Assignment 1

Install dependencies

npm install

Run web server

npm start

Lint

npm run lint

Run tests

# Run tests
npm test