boilerplate

A blog app boilerplate with auth using MERN Stack

To run this locally

  1. make dev.js file inside config folder
  2. put mongoDB info into dev.js file
  3. Type npm install inside the root directory ( Download Server Dependencies )
  4. Type npm install inside the client directory ( Download Front-end Dependencies )
  5. Run npm run dev from root directory