rails + babel + es6 + react + webpack で開発するための環境。
cd frontend/
npm install
npm run build
bundle exec guard
npm run watch
- Fork it ( https://github.com/zdogma/rails-frontend/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request