Skip to content

gauravtiwari/webpacker-vue

Repository files navigation

Development

  bundle install
  yarn install
  bundle exec  foreman start -f Procfile.dev

Deployment

  heroku create app-name
  heroku buildpacks:set heroku/nodejs --index 1
  heroku buildpacks:set heroku/ruby --index 2
  git push heroku master