Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 316 Bytes

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