📌 In early development
This project was bootstrapped with Create React App.
Clone this repo and run npm install
to get all dependencies
Point project to API to use by copying example.env
file to .env
with command:
$ cp example.env .env
Modify contents of .env
file
REACT_APP_API_PATH=http://path-to-your.api
Run npm test
for Jest tests