This project was generated with Angular CLI version 6.2.3.
sudo apt install nodejs
sudo apt install npm
sudo apt install mongodb
sudo npm install -g @angular/cli
sudo npm install -g nodemon
Nodejs v8.12.0 Npm v6.4.1
Use following commands if you have got older versions:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm install npm -g
npm install
npm run serve-server
npm run serve-client
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files in /server/src
or /src
directories.