Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 283 Bytes

Middleman + React + Heroku (2019)

This project runs React via Middleman's External Pipeline and will deploy to Heroku.

  1. bundle install
  2. npm install
  3. middleman server
  4. middleman build - Build before deploy to heroku.
  5. heroku create
  6. git push heroku master