How to get up and running

  1. clone this repository
  2. In your terminal: navigate to the project root and run npm install
  3. To start the server, run npm run start. This will start the dev server on port 8080 by default. The server will respond automatically to any changes in the code.

How to run tests

  1. In your terminal in the project root, run the command: npm run test. That is all.