Getting Started with Create React App

This project was bootstrapped with Create React App.

Quick start

  1. 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
  2. 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.

Linting

To lint the project, run the command below:

npm run lint:eslint:fix