Boilerplate for an Express API, React F.E. TypeScript and a basic user system
This project has been setup as an Umbrella Repo. The Client and Server directories are independant of each other, including module dependencies.
Local development is done with docker compose. From the root level run npm run install-all
, then npm start
(as long as Docker and docker-compose are installed)
React, React-Router, Bulma CSS, Webpack 3
Express, Postgres (pg), migrations (pgm), simple user system.