https://github.com/logic-fabric/billed
Source code supplied by OpenClassrooms to be used in a project of the Front-end Developer path
https://github.com/logic-fabric/billed
openclassrooms-code
Last synced: about 1 month ago
JSON representation
Source code supplied by OpenClassrooms to be used in a project of the Front-end Developer path
- Host: GitHub
- URL: https://github.com/logic-fabric/billed
- Owner: logic-fabric
- Created: 2021-04-01T10:13:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T13:08:43.000Z (almost 5 years ago)
- Last Synced: 2025-12-13T01:33:16.789Z (7 months ago)
- Topics: openclassrooms-code
- Language: JavaScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Billed - Avril 2021
Code source du **Projet 9** - **_Débuggez et testez un SaaS RH_** du parcours **Développeur Front-end** d'_OpenClassrooms_.
### Lancer l'application en local
Cloner le projet :
`git clone https://github.com/logic-fabric/LoicMangin_9_01042021.git`
Aller dans le repo cloné et installer les **packages npm** (indiqués dans le `package.json`) :
`npm install`
### Lancer les tests en local avec _Jest_
`npm run test`
### Voir la couverture de test
Aller à l'adresse :
`http://127.0.0.1:8000/coverage/lcov-report`