Coter front du site Pronohub. Pronohub est un site de pronostic avec une charte graphique inspiré d'un certain site. Mention d'honneur a nos 4 développeur : Ismael, Noah, Alexis, Denis
- Back Office
- API
- Front
- API:
-
php bin/console doctrine:schema:update --force
-
symfony serve
-
- Back Office:
-
php bin/console doctrine:schema:update --force
-
symfony serve
-
- Front:
-
npm install
-
npm start
-
Pour exécuter ce projet, vous devrez ajouter les variables d'environnement suivantes à votre fichier .env
REACT_APP_API_URL = http://localhost:8000/api
Valeur à changer selon l'environnement et le chemin utilisé.
Start by cloning the project
git clone https://github.com/Denis40-prog/PronoHub
cd PronoHubThis project lunch by npm. We using the node version 20.8.1. To use this version run
nvm installIf you use a too much different version you can use nvm to switch quickly
nvm useInstall all dependancies
npm installLaunch the project
npm run start