React, Express and MongoDB combined into a solid full stack boilerplate to kickstart your new projects
Full stack boilerplate built with React, Express and MongoDB at its core, with a few handpicked libraries that I prefer to use when starting new projects. Everything is built on TypeScript to ensure type safety.
Server
- NodeJS
- Express
- MongoDB with mongoose
- Passport with jwt
Client
- React
- Mobx
- Material UI
- Axios with axios-observable
- RxJS
- Formik
- i18next
Run the following commands separately for client and server
Install dependencies
$ npm install
Development
$ npm start
Production
$ npm run build