heart monitor
welltory test task
Run the app
0. ``
npm install`
0. `
npm start`
Once running, if you want to hide the redux dev monitor: `
CTRL+H`
Yes, it takes a while to load the first time you open the app.
Build the app
`
npm run-script release`
This will build the app into the "dist" directory in the root of the project. It contains the index.html along with the minified assets, ready for production.
Here's screenshots of the running app.


Test the app
`
npm test`
You should have globally installed mocha component for testing.
`
npm intall mocha -g``
Here's the screenshot of the passed test.
