AngelLozan / react-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and Rails App

You can create all together in a new rails app or make the rails app first then

Things you may want to cover:

Gems add/uncomment

gem "sassc-rails" gem 'webpacker', '> 5.0' gem 'react-rails' gem "autoprefixer-rails" gem "font-awesome-sass", "> 6.1" gem "simple_form" gem 'open-uri', '> 0.3.0' gem 'json', '> 2.6', '>= 2.6.3' gem 'net-http', '~> 0.3.2' gem "dotenv-rails", groups: [:development, :production, :test]

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

About


Languages

Language:Ruby 75.8%Language:HTML 10.3%Language:JavaScript 8.3%Language:SCSS 5.5%