Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 452 Bytes

This project was bootstrapped with Create React App.

Local Development

Requires first to setup and run booktonica-api

heroku local

Heroku Deployment

  • Deploy the api app above and use this app's Heroku URL in its config (for CORS)
  • heroku config:set REACT_APP_API_URL=https://booktonica-api.herokuapp.com but replace with your API server