This project demonstrates unsuccessful usage of proxy
feature in create-react-app when the API requires basic authentication. facebookincubator/create-react-app#800
To start the API:
cd api
bundle
rackup app.ru
To start the frontend:
cd web
npm i
npm start