Skip to content

amruth-k99/mern-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## 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 ..

Get Started:

1. Development Mode:

npm run dev

2. Production code:

Follow the exact steps: cd client

npm run build / yarn build

The client will be minified by **Webpack**

cd ..

Return to the main directory

npm start

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>