Skip to content

Template for Rails & React apps, linters and landing page set up.

Notifications You must be signed in to change notification settings

kubilaycaglayan/rails-react-template

Repository files navigation

RAILS & REACT TEMPLATE

Ready to deploy Heroku, Rails and React setup.

Webpacker

  • Activated with this command:
  • bundle exec rails webpacker:install:react

https://github.com/rails/webpacker/blob/master/docs/integrations.md#react

Routes

  Rails.application.routes.draw do
    root 'pages#index'

    get '*path', to: 'pages#index', via: :all
  end

Linters

  • React linter activated for /app/javascript folder only.

Tests

  • npm test

About

Template for Rails & React apps, linters and landing page set up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages