Middleman + React + Heroku (2019) This project runs React via Middleman's External Pipeline and will deploy to Heroku. bundle install npm install middleman server middleman build - Build before deploy to heroku. heroku create git push heroku master