Working With Angular, Yeoman, and Rails
Development with Angular can be done as a part of the Rails asset pipeline or independently using Yeoman, Grunt, and Bower. For smaller projects, using the Rails asset pipeline is supposed to be more convenient. For medium and larger projects, independent development is supposed to be easier.
To get started with Yeoman on an existing Rails project, do the following:
- Install Node and NPM as part of your development environment.
- Install Yeoman, Grunt, and Bower globally using
sudo npm install -g yo grunt-cli bower
. - Globally install the generators needed for development with
sudo npm install -g generator-angular generator-karma
. - In order to connect to the Rails API server, you will want to globally install the Client-Connect-Proxy with
sudo npm install -g grunt-connect-proxy --save-dev
. - Update the dist configuration variable in Gruntfile.js to be
../public
. - Start development with
grunt serve
.
Written by Jordan Yaker
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#