ynov-deploiment-alexandre
v0.2.5
Published
[![codecov](https://codecov.io/github/TropicalBottle/deploiement-2/graph/badge.svg?token=BN1RHTW9E7)](https://codecov.io/github/TropicalBottle/deploiement-2) # Class project
Downloads
272
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 install
And to run the application
npm run start
Running Tests
To run tests, run the following command
npm run test
Or if you want the coverage:
npm run test:coverage
Deployment
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