Must to have dependencies:
- Node
- AngularCli (npm install @angular/cli -g)
Step to run the project:
npm install
If an error occurs:
npm cache clean --force
and than, again, npm install
OR
delete the package-lock.json
and than, again, npm install
Back-end
Run node server for a dev server.
The server is listened on port 4300 (http://localhost:4300/)
Front-end
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.