- 
                Notifications
    You must be signed in to change notification settings 
- Fork 112
Frontend Development Setup
        Amlan Kumar Nandy edited this page Aug 12, 2021 
        ·
        1 revision
      
    NOTE - Make sure to get the backend running first.
- Go into the labellab-clientfolder.
cd labellab-client
- Create a .envfile containing all environment variables. Refer to the.envsamplefile.
REACT_APP_HOST=
REACT_APP_SERVER_ENVIRONMENT=
REACT_APP_SERVER_PORT=
REACT_APP_GOOGLE_CLIENT_ID=
REACT_APP_GOOGLE_MAPS_API_KEY=
- Install all project dependencies.
npm install
- 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.
- Home
- Backend Documentation
- Frontend Documentation
- Mobile Documentation
- GSoC Project Reports
- Other