Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Boilerplate for ReactJS applications using ExpressJS as the backend.

Notifications You must be signed in to change notification settings

chinjon/react-express-mongo-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

Boilerplate for ReactJS applications using ExpressJS as the backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published