An open API service indexing awesome lists of open source software.

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

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`