This project was bootstrapped with Create React App.
Please follow the following command to run this app in your local machine:
-
Install packages
yarn
ornpm install
-
Run the App
yarn serve
ornpm run serve
-
Test the App
yarn test
ornpm run test
-
Test with coverage report
yarn test --coverage
ornpm run test