Skip to content

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

Notifications You must be signed in to change notification settings

viktorgullmark/react-express-mongo-ts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published