Tamsui

Mission Intent

Tamsui is meant to be a baseline boilerplate for starting new projects. The intent of this boilerplate is to provide a thorough project start utilizing a specific set of tech stack and implementation decisions while remaining as simple as possible. This boilerplate will provide a foundation for building out a client served by a webserver that acts as a backend for frontend.

Documentation for this project will be thorough, test coverage will be complete. To that end unit tests coverage requirements are set to 100%.

Any non-trivial decisions made within this project will be documented. Technical decisions will be documented in pull request descriptions, project decisions documented in a project board.

What Tamsui Is Not

Tamsui is an isomorphic JavaScript application. The Express server that renders the application is intended to serve as a simple backend for frontend, not a full fledged backend for business logic.

Tamsui is meant to be a starting point for building a frontend layer, not an entire business application. Any backend API for managing business logic should not be built on top of Tamsui, and should exist outside of any application built on top of this boilerplate.

Tech Stack

Usage