Run node nodejs_backend/app.js
to start the backend server, it will listen for HTTP requests on port 3000 by default.
Run cd angular_frontend;ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.