Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 969 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 969 Bytes

This project was bootstrapped with Create React App.

Build Status

Project online link (if it doesn't work, it means that browser can complain about not secured requests. To fix that click this icon in the address bar:
Click)
and then choose Load unsafe scripts

Below you will find some information on how to perform common tasks.

To run the project on your dev machine:

yarn start

To run tests:

yarn test

To see test coverage:

yarn run coverage

To run flow static type checking:

yarn run flow

To build project for production:

yarn run build