In order to run the frontend :
Run ng serve --proxy-config .\src\proxy.config.json
for a dev server. Navigate to http://localhost:4200/
In order to run the backend :
Run node .\src\server.js
. Default to port 8080
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.