A simple workouts' log to help you with your seeking for a healthy life.
- With all dependencies installed, open the app's directory on the terminal and run:
yarn
You'll see the dependencies installation.
- To start the project, run:
yarn start
- To run the tests, use this command:
yarn test
- To precompile the assets, just run the webpack:
webpack
This project was bootstrapped with Create React App.