Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 251 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 251 Bytes

MERN Stack Template

Includes:

  • MongoDB / Mongoose
  • Express
  • React
  • Webpack
  • Babel
  • Bootstrap

and more!

To start:

npm i
npm start (or nodemon)

Note:

Be sure to change the database name in server/app.js to something you like.