Skip to content

shhdharmen/mean-material-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-material

Getting Started

Run your app

git clone https://github.com/shhdharmen/mean-material-app.git
cd mean-material-app
npm i
cd frontend
npm i
cd ../backend
npm i
npm i -g nodemon // for devlopment purpose only
cd ..
npm start // it will start both, frontend at port 4205 and backend at 3000