This a boilerplate for MERN stack Applications that provides both developer and production builds. In order to use the boilerplate, use the following instruction
-
npm install To install all the dependencies
-
npm start To start the node server with the Webpack development build.
-
npm run build To get the production build of the modules. Then run "node index" to statr the server