Skip to content

gregsoares/MERN_StartTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full MERN Stack Starter Template

Full Stack: MongoDB, ExpressJs, ReactJs and NodeJs starter template setup.

(Heroku Deployment ready)

Install Instructions:

Inside /MERN_StartTemplate/client/:

$ npm install
$ cd ../
$ npm install
$ npm run dev

Screenshots:

Server Server-Side App.js Server running

Installed Dependencies:

MERN - MongoDB ExpressJs ReactJs NodeJs

  • Client Side:

    • create-react-app
  • Server Side:

    • concurrently
    • express
    • mongoose
    • path