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