To run this website locally, you need to install the dependencies following the instructions below:
-
Install Node 12 or greater
-
Go to project folder and install project dependencies
npm i
- Then start backend
npm run start:back
- Then start frontend
npm run start:front
- Finally, Open a browser with this url:
localhost:3000
This project runs its tests on multiple desktop and mobile browsers using BrowserStack.
Akveo