Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 223 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 223 Bytes

To run the project locally, clone this repo and run the following commands:

npm install
npm start

The project will now be accesible at localhost:3000

To run the tests, run the following command:

npm test