Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Last active February 28, 2017 19:44
Show Gist options
  • Save superhighfives/04bb756dc794e5e72b33b2bd56998852 to your computer and use it in GitHub Desktop.
Save superhighfives/04bb756dc794e5e72b33b2bd56998852 to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
web: cd client && PORT=3000 npm start
api: PORT=3001 && bundle exec rails s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment