Skip to content

WooodHead/abc

Repository files navigation

ABC app

This is a little app I'm buiding to help my kids learn their ABCs

Screenshot of my ABC app

##Install

git clone https://github.com/kevintame/abc.git

Dependencies

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

Update project

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

Credits

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

About

a little ABC application to help my kid learn their ABCs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published