This repository is used for the following apps:
After placing the new .env file into the web-jam-back/frontend folder, you need to rebuild so that these environment variables are used in the output to dist, so just run `npm install` again
npm start starts the express server at localhost:7000`npm run start:debug` also starts the node debugger, which allows you to use Chrome browser to debug. You should also install the NIM add-on to Chrome and set it to automatic mode. The .env contains a variable that points to the localhost of the front end and other required credentials.
npm test runs the tests and generates a coverage report. To get the latest version of code, git pull origin dev, create your own branch, then switch to your own branch. Push code changes to your own branch and then submit a pull request to the dev branch on GitHub.