This project was generated with Angular CLI version 1.5.0.
- Install angular cli globally.
- Do npm install at root folder to install all angular 5 specific modules.
- go to api folder using
cd api
then donpm install
. It will install all restify and mongodb related modules. - Install mongodb server on your system.
Run npm start
The above command uses concurrently node module and executes below three commands at a single shot.
- Runs
mongod
command and starts MongoDB server on port=27017. - Runs
ng serve --proxy-config proxy.conf.json --open
For a dev server at root floder. Applicaion will be navigated tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - Navigates to api folder using
cd api
then runnpm start
to run restify server.
https://ng-bootstrap.github.io/#/home
https://github.com/cornflourblue/angular2-registration-login-example