Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 551 Bytes

The project was created using create-react-app and yarn for package dependency management. Please make sure these are available in order to run the application.

Run

From the project directory run:

yarn install

to install dependencies.

yarn start

to execute the app in development mode. Open http://localhost:3000 to view it in the browser.

yarn test

to execute the tests.

yarn build

to build the app for production.