Skip to content

Nabil-Y/Nabil_Yassine_12_22052022

Repository files navigation

Project 12 - SportSee

Links

Built with

  • Vite
  • React & React Router
  • TypeScript
  • Recharts
  • Axios
  • Typedoc

Prerequisites

Installation

Backend

  1. Clone the backend repository git clone https://github.com/OpenClassrooms-Student-Center/P9-front-end-dashboard.git.
  2. CD in the backend folder then run npm i or npm install to install dependencies.
  3. Now run npm start to start the server.
  4. The backend is accessible here http://localhost:3000/.

More details about the backend API Here

Frontend

  1. Clone the frontend repository git clone https://github.com/Nabil-Y/Nabil_Yassine_12_22052022.git.
  2. CD in the frontend folder then run npm i or npm install to install dependencies.
  3. Nom run npm run dev to start the server.
  4. The frontend is accesible here http://localhost:3030/.
  5. To get a production build, run npm run build.
  6. (Optional) Run npm run docs to generate new documentation.