This project was bootstrapped with Create React App.
git clone git@github.com:thomascastle/effectively-client.git
cd effectively-client
npm install
First, create .env.local file in your project root folder. Then, provide your GraphQL URI value to the REACT_APP_GRAPHQL_URI key in the env.local file.
To start, run
npm start
The client app should be up and running.