Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 453 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 453 Bytes

o'Local - Front End :

Install Project dependencies :

cd React/
yarn 

Define .ENV variables :

  • rename .env.development.dist to .env.development and paste your development API Endpoint
  • rename .env.production.dist to .env.production and paste the production API Endpoint

Launch development server :

yarn start 

Production Build :

yarn build