ynov-deploiment-alexandre
v0.2.5
Published
[](https://codecov.io/github/TropicalBottle/deploiement-2) # Class project
Downloads
18
Readme
Class project
This project has for goal to deploy a React project on Github Pages, to learn about testing and external coverage (with codecov).
Installation
Install the project with npm
npm installAnd to run the application
npm run startRunning Tests
To run tests, run the following command
npm run testOr if you want the coverage:
npm run test:coverageDeployment
To deploy this project on github-pages run
npm run predeploy
npm run deployOtherwise, it will be automatic when pushing on the project using the github action workflow
