Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 329 Bytes

Starter Template for MERN stack

This is the starter template for MERN stack. This template contains the minimum requirement for starting any MERN project.

Available Command

  1. npm run dev - start the webpack dev server. HMR works here.
  2. npm run prod - build package for production
  3. npm start - start node server