generator-angular-rails
Installation
$ git clone git@github.com:joe-re/generator-angular-rails.git
$ cd your/rails/app/path
$ mkdir node_modules
$ ln -s cloned/path/generator-angular-rails ./node_modules/
Getting Started
$ yo angular-rails
$ gulp build # over write public directory
$ rails s # start rails rerver
$ gulp serve
License
MIT