SportSee aims to help you tracking your activities sessions by providing nice and user-friendly tools accessibles from your computer or smartphone.
- Clone the repo using this link:
https://github.com/Anoerak/Proust_Sebastien_P12_23092022.git
In the backend directory:
- Install all dependencies with the command:
# with npm
npm install
#with yarn
yarn
- Use the following command to:
# with npm
npm run dev
#with yarn
yarn dev
-
Will launch nodemom dependency (the server will relaunch automatically when you make changes).
-
Will launch the backend server on http://localhost:8080.
In the frontend directory:
- Install all dependencies with the command:
# with npm
npm install
#with yarn
yarn
- Use the following command to:
# with npm
npm start
#with yarn
yarn start
-
Runs the app in the development mode.
-
Open http://localhost:3000 to view it in your browser.
-
The page will reload when you make changes.
-
You may also see any lint errors in the console.
SportSee is an OpenClassroom Project available through the 'Web Application Developper' program.
Not defined yet
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.