- Run the following command
npm install
- Create a file in the main folder as .env and add these values inside them as follows
REACT_APP_HASURA_URL=<graphql api url>
REACT_APP_ADMIN_SECRET=<hasura admin secret>
REACT_APP_API_KEY=<firebase app api key>
REACT_APP_AUTH_DOMAIN=<firebase app auth domain>
REACT_APP_PROJECT_ID=<firebase app project id>
REACT_APP_STORAGE_BUCKET=<firebase app storage bucket>
REACT_APP_MESSAGING_SENDER_ID=<firebase app messaging sender id>
REACT_APP_APP_ID=<firebase app id>
- Atlast run the following command
npm run start