Install the dependencies by running
npm install
If you are using yarn, please run
yarn install
To run the application, execute
npm start
or with yarn
yarn start
This project contains an extensive suite of tests and makes use of Jest and Enzyme.
Run all tests by executing.
npm test
You can also use yarn to run the tests.
yarn test