viktorgullmark / react-express-mongo-ts-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 58.8%Language:JavaScript 38.3%Language:HTML 2.9%