This project has for goal to deploy a React project on Github Pages, to learn about testing and external coverage (with codecov).
Install the project with npm
npm install
And to run the application
npm run start
To run tests, run the following command
npm run test
Or if you want the coverage:
npm run test:coverage
To deploy this project on github-pages run
npm run predeploy
npm run deploy
Otherwise, it will be automatic when pushing on the project using the github action workflow