A collection of Angular 1.5 components married with Rails.
- Bundle up
you know this part
- Install node & npm
brew install node
- Install bower globally
npm install -g bower
cd client && bower install
- Migrate and run Rails
- All client side sources are inside
/client
/client/src/manifest.js
are linked insideapp/assets/javascript/app.js
/client/stylesheets/manifest.sass
are linked insideapp/assets/javascript/app.css
app.js
andapp.css
compiles everything.- If you want to add another manifest, add the path first inside `/config/assets.rbv
The structure was made possible because of angular-rails-templates v0.1.3
Feel free to add your names here. If you have a component to share, place it inside client/src/components.