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.jsare linked insideapp/assets/javascript/app.js/client/stylesheets/manifest.sassare linked insideapp/assets/javascript/app.cssapp.jsandapp.csscompiles 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.