kikunantoka / rails5-react

This is a sample of Rails5 application with react.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails5-react

For Production

npm run build
SECRET_KEY_BASE=$(rails secret) RAILS_SERVE_STATIC_FILES=true RAILS_ENV=production bundle exec rails server

For Development

foreman start

Foreman process are in Procfile.

Ruby Version

  • 2.3.1

JS

  • React
  • Babel
    • es2015

CSS

  • PostCSS
    • cssnext
  • CSS Modules

Frameworks and Libraries

  • Bootstrap
  • Font Awesome

About

This is a sample of Rails5 application with react.


Languages

Language:Ruby 68.4%Language:HTML 14.2%Language:JavaScript 14.0%Language:CSS 2.8%Language:CoffeeScript 0.6%