/react-express-mongo-ts-boilerplate

React, Express and MongoDB combined into a solid full stack boilerplate to kickstart your new projects

Primary LanguageTypeScript

react-express-mongo-ts-boilerplate

React, Express and MongoDB combined into a solid full stack boilerplate to kickstart your new projects

Express 4 React 16 Webpack 4

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.

Core

Server

  • NodeJS
  • Express
  • MongoDB with mongoose
  • Passport with jwt

Client

  • React
  • Mobx
  • Material UI
  • Axios with axios-observable
  • RxJS
  • Formik
  • i18next

Usage

Run the following commands separately for client and server

Install dependencies

$ npm install

Development

$ npm start

Production

$ npm run build