/react-express-mongo-boilerplate

Boilerplate for ReactJS applications using ExpressJS as the backend.

Primary LanguageJavaScript

React Express Mongo Boilerplate

INFO

A boilerplate to bootstrap apps built on the MERN stack. ReactJS to handle the frontend, ExpressJS to handle the backend, with MongoDB as the database. The boilerplate uses Concurrently to run the create-react-app and express on two different ports.

TO RUN

$ git clone https://github.com/chinjon/react-express-mongo-boilerplate`    
$ cd react-express-mongo-boilerplate  
$ npm install  
$ cd client  
$ yarn install  
$ cd ..  
$ npm start