Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 281 Bytes

File metadata and controls

12 lines (8 loc) · 281 Bytes

When working, in Procfile set web as: web: cd client && npm start api: bundle exec rails s -p 3001

For deployment, in Procfile: web: bundle exec rails s

Add to .env.development: HOST=homebuyers-helper-app.herokuapp.com

Change baseUrl in app/client/src/actions/actionHelpers.js