All Projects → gauravtiwari → browserify_on_rails

gauravtiwari / browserify_on_rails

Licence: other
Browserify, ES6, React and Server rendering setup for Rails using browserify-rails and react-rails

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
coffeescript
4710 projects
shell
77523 projects

Browserify on Rails example application (with server rendering)

Minimal and Simple setup to use Browserify with Rails asset pipeline using browserify-rails gem

Check out the app/assets/javascripts folder

components: Contains all react components splitted in directories (same namespace as rails views)
components.js: components manifest

Features

  • React with ES6 syntax
  • Babel transpiler
  • Basic ActionCable integration
  • NPM support

Running

git clone [email protected]:gauravtiwari/browserify_on_rails.git
cd browserify_on_rails
bundle install
npm install
chmod 777 start
./start
# Or Alternatively
bundle exec foreman start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].