This is a little app I'm buiding to help my kids learn their ABCs
##Install
git clone https://github.com/kevintame/abc.git
Make sure you have all dependencies installed:
Node.js (includeing npm)
brew install node
ruby and the Compass gem
gem install compass
Yeoman
npm install -g yo
Grunt
npm install -g grunt-cli
Bower
npm install -g grunt-cli
Once you have add all of the depencenies you need to add the node modules and the bower commonents. Since the repo already has package.json file and the .bowerrc file all you need to do is run the following commands.
npm install
bower update
##Build and Preview
Run grunt
for building and grunt serve
for preview
I'm using the angular generator from Yeoman to scafold out this app. If you need more info about adding routes, directives, filters, and any other info visit their github repo and review the README.md
This app is build using angular.js. Check out their work: Angular.js I'm using Yeoman to scafold out the app. Check out their work: Yeoman