This project was bootstrapped with Create React App.
-
To start server, run the commands below:
git clone git@github.com:godfreyd/rodeo-assignment.git cd rodeo-assignment npm i npm run start:dev
-
Go to the link https://localhost.
Note: to stop server, run the command:
npm run down:dev
P.S.: It was possible to calculate prices on the client, but usually all data is taken from the data base.
To lint the project, run the command below:
npm run lint:eslint:fix