Friday, 28 April 2017

Deploying a React app on Heroku

I've a React.js application which depends on an API (based on Django Rest Framework).

The React and Django applications are decoupled i.e in my local development environment, I run two servers (each using a different port), one for Django and the other for the React.

Is it possible to deploy this to a single heroku application or will I need two separate applications?



via user1889776

No comments:

Post a Comment