Skip to content

ChristopheRibault/ChristopheRibault_12_02102021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SportSee App

1. Installation

1.1. Back-end

You need to start the application server first.
Refer to this repository to start back-end server

1.2. Front-end

  1. Clone this repository
  2. Install dependencies :
    • yarn or
    • npm install
  3. Copy .env.example in your own .env file
  4. Run application :
    • yarn start or
    • npm start
  5. Open localhost:3001