In order to run and use the project you will need Node, and npm in your computer. Then follow the instructions:
- Clone the Repo
- CD into the repo and run
npm install - Run
npm startand you will see the app inhttp://localhost:3000 - In order to run the E2E test:
npm cypress:run
This project was bootstrapped with Create React App.