How to run this project:
-
Clone or download this repository;
-
Navigate to the project folder;
-
Once in project folder, run
yarnornpm iif you are using npm; -
Then you can run this application in two ways:
- Run in dev mode with Nodemon
yarn devornpm run dev - Run in commom mode with Node
yarn startornpm start
- Run in dev mode with Nodemon
-
Open localhost:3000/deals and see the results.