- clone this repository
- In your terminal: navigate to the project root and run
npm install
- 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.
- In your terminal in the project root, run the command:
npm run test
. That is all.