- Node.js v18 & npm installed
- Site registered in the reCAPTCHA v3 Admin Console: https://www.google.com/recaptcha/admin
- Install dependecies by running
npm install
- Provide the following environment variables in
.env
-file and remember to replace values between<
and>
with your own valuesREACT_APP_API_URL=<your-backend-url> REACT_APP_RECAPTCHA_SITE_KEY=<reCaptcha-site-key>
- Start backend
- Start frontend in development mode by running
npm start