This is the starter template for MERN stack. This template contains the minimum requirement for starting any MERN project.
npm run dev
- start the webpack dev server. HMR works here.npm run prod
- build package for productionnpm start
- start node server