This project was generated using MEAN stack (MongoDB, Express, Angular and Node)
workplace
IDE - Visual Studio Code install following extensions:
- Angular essentials (John Papa)
- GitHub Pull Requests and Issues
install nvm https://github.com/nvm-sh/nvm#removal install node install angular https://cli.angular.io
using terminal of IDE run to add libraries $ rm -rf node_modules/ $ npm update
Development server
Run ng build to compile front-end and update angular Run npm run start:server Navigate to http://localhost:3000/
Code scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Running unit tests
Run ng test to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e to execute the end-to-end tests via Protractor.
Libraries
Angular/material, bcrypt, JWT
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI README