Use it at your discretion
git clone https://github.com/UMassProjects/umass-cs220.git
cd umass-cs220
select the Homework that you'd like to run
Run npm install
to install the dependencies
Run npm run test
to test. You may as well run npm run test:coverage
to test the coverage requirements
Run npm run lint
to test linting. You may as well run npm run lint:fix
to initialize auto linting (although this may not work for TS typing.
Project 07 about API and fetching is somewhere else. Here. It was a group work.