Feathers
is a project build on top of
ngBoilerplate by
joshdmiller. This project has a lot of best
practices on coding with AngularJS. We added some more new features to meet our own
needs. Like live compile Compass (we love SASS
except it's compiled with RUBY
), and also we may want a server sometimes as
our code need to talk with server so we added connect
.
There's also some other tools we've added to make it even awesome! Please take time to check the code and feel free to pull a request if you think you can do better than us.
Install Node.js and then:
$ git clone git://github.com/Wiredcraft/feathers
$ cd feathers
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt dev
$ grunt live
$ grunt staging
$ grunt
Happy hacking!
- Fork it
- 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