This is a quick-and-dirty UI intended for use with innabox and the demo-esi-api. It was bootstrapped with Create React App.
$ cp env.example .env
# edit .env and set the following:
## REACT_APP_ESI_API_URL=<demo-esi-api endpoint>
## REACT_APP_FULFILLMENT_API_URL=<fulfillment api endpoint>
## REACT_APP_FULFILLMENT_API_TOKEN=<token allowing access to the fulfillment api>
$ npm install
$ npm start