## MERN Stack Template with Basic Components
This boilerplate is enabled such that one can directly hop into write code on client and server-side
Check my page :http://www.therealscripts.com ,built with this template
npm install
cd client
npm install
cd ..
npm run dev
Follow the exact steps: cd client
The client will be minified by **Webpack**
cd ..
now run the Node server
The static production code will be served by the node server at <a ref="http://localhost:5000/" target="_blank">http://localhost:5000/</a>