A Project Scafold for a MEAN stack application for the second Project of the SAR course.
To build run ng build
in the project folder. The build artifacts will be stored in the dist/
directory.#Test application
Run node server.js
to start the server. Navigate to `http://localhost:3000/'.