Note: all commands assume you are in the project repo root folder.
npm install
The mock API is in a separate repository, and is served via Heroku so the application can still be served via github pages.
At the time of writing, I'm starting to develop this in AngularJS (it's outdated, but I need to learn it for another project). I've completed the employee-facing new application form using jQuery, and it will not be overhauled.
Anyway, here's how you start up the AngularJS app
open http://localhost:8000; npm start
On MacOS your default browser should open the URL, but you'll need to reload the page manually.
Having unexpected errors thrown when running commands in the terminal that on node dependencies? Try:
rm -rf node_modules/ && npm clean cache && npm install