Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 664 Bytes

File metadata and controls

23 lines (17 loc) · 664 Bytes

Frontend

Running locally

Prerequisites

Commands

  1. Install dependecies by running npm install
  2. Provide the following environment variables in .env-file and remember to replace values between < and > with your own values
    REACT_APP_API_URL=<your-backend-url>
    REACT_APP_RECAPTCHA_SITE_KEY=<reCaptcha-site-key>
  3. Start backend
  4. Start frontend in development mode by running npm start