https://github.com/arthurmtro/pbts-planche-equilibre
Projet pour l'examen du BTS SN session 2022
https://github.com/arthurmtro/pbts-planche-equilibre
bts express react
Last synced: 2 months ago
JSON representation
Projet pour l'examen du BTS SN session 2022
- Host: GitHub
- URL: https://github.com/arthurmtro/pbts-planche-equilibre
- Owner: Arthurmtro
- Created: 2021-12-14T15:22:52.000Z (over 3 years ago)
- Default Branch: prod
- Last Pushed: 2022-06-08T09:06:35.000Z (about 3 years ago)
- Last Synced: 2023-07-24T21:26:31.250Z (almost 2 years ago)
- Topics: bts, express, react
- Language: TypeScript
- Homepage:
- Size: 7.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PBTS-planche-equilibre
Projet pour l'examen du BTS SN session 2022# Comment cela marche ??
## Installation du projet
`$ git clone url_projet`
`$ cd PBTS-planche-equilibre`
`$ yarn install` cette commande installe tous les packages pour l'api et le client
## Lancement du projet
Vous avez a disposition plusieurs façons de lancer le projet
# prod
`yarn prod`
`yarn prod:api`
`yarn prod:client`# dev
`yarn dev`
`yarn dev:api`
`yarn dev:client`