To get started, ensure that you have the right version of Node installed and selected:
nvm install
Then run the following command using your terminal from the root of the repository to install dependencies:
npm install
With the dependencies installed run the app to verify everything is working correctly.
To run the app execute the following command from your terminal:
npm start
Then in another terminal run:
npm run backend
The app should now be running at http://localhost:4200