This project was created for the Trio Challenge, where candidates must create a functional system to rent bikes.
Install node modules:
yarn
Runs the app in the development mode.
yarn start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
yarn test
Or use paths to run specific component/page test
yarn test <PATH_TO_COMPONENT>
It launches the test runner in the interactive watch mode.