Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Created March 2, 2017 18:01
Show Gist options
  • Save superhighfives/4df477303fef69b4e483695799793200 to your computer and use it in GitHub Desktop.
Save superhighfives/4df477303fef69b4e483695799793200 to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
group :development do
gem 'listen', '~> 3.0.5'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'foreman', '~> 0.82.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment