An app submission for Lambda School's Summer Hackathon.
https://jet-loggr.netlify.com/
This repository contains a yarn.lock file. Please do not remove this file from your local code, as the integrity of the application cannot be gauranteed if versions that may be incompatible with each other are used by installing the newest version of each dependency.
To get the client running locally, clone this repo and use the following commands/steps:
- cd into the
rootdirectory and then into theclientdirectory - Use the yarn or yarn install command in the
clientdirectory to install all required dependencies - Use the yarn start command to start the local instance of
Reactin your default browser
In order for the app to function correctly, the user must set up their own environment variables. There should be a .env file containing the following:
* REACT_APP_BACKEND_URL - Backend API of Jetloggr
* REACT_APP_AUTH0_DOMAIN - This is an Auth0 domain, generated in the Auth0 dashboard
* REACT_APP_AUTH0_CLIENT_ID - This is an Auth0 clientId, generated in the Auth0 dashboard
* REACT_APP_AUTH0_CALLBACK_URL - This is an Auth0 callback URL /callback
- ReactJS
- Redux
- MaterialUI
- Sass