Skip to content

Frontend Development Setup

Amlan Kumar Nandy edited this page Aug 12, 2021 · 1 revision

Setup Instructions

NOTE - Make sure to get the backend running first.

  1. Go into the labellab-client folder.
cd labellab-client
  1. Create a .env file containing all environment variables. Refer to the .envsample file.
REACT_APP_HOST=
REACT_APP_SERVER_ENVIRONMENT=
REACT_APP_SERVER_PORT=
REACT_APP_GOOGLE_CLIENT_ID=
REACT_APP_GOOGLE_MAPS_API_KEY=
  1. Install all project dependencies.
npm install
  1. Run the application.
npm start

NOTE: This version only supports Google Chrome and Mozilla Firefox browsers. Make sure to install the Redux Dev Tools extension if you're using Google Chrome.