Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shhdharmen/mean-material-app

A MEAN stack app with Angular 7, Matrial Design, Bootstrap 4, Node, Express, JWT, Mongoose, MongoDB
https://github.com/shhdharmen/mean-material-app

angular7 angular7-boilerplate express jwt jwt-authentication material-design mean mean-stack mongodb mongoose node

Last synced: 3 months ago
JSON representation

A MEAN stack app with Angular 7, Matrial Design, Bootstrap 4, Node, Express, JWT, Mongoose, MongoDB

Awesome Lists containing this project

README

        

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