Skip to content

Instantly share code, notes, and snippets.

@apaleslimghost
Last active August 3, 2020 09:35
Show Gist options
  • Save apaleslimghost/4dbde535245a10ae5c91ff8f637258ff to your computer and use it in GitHub Desktop.
Save apaleslimghost/4dbde535245a10ae5c91ff8f637258ff to your computer and use it in GitHub Desktop.
application 'config.generators.helper = false'
application 'config.generators.assets = false'
application 'config.generators.view_specs = false'
application 'config.generators.template_engine = false'
gem 'react-rails'
generate 'react:install'
run 'rm -rf lib'
run 'rm -rf app/assets'
run 'rm -rf app/helpers'
run 'rm -rf app/jobs'
run 'rm config/environments/test.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment