smittenn / photo-app

Personal Usability Experiment with Photo Galleries

Home Page:http://erchsm.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Apps With The Yeoman Workflow

This is a simple demonstration of the end result when using Yeoman, Grunt, and Bower to create an application.

Building Apps With The Yeoman Workflow walks through the steps we took to create the To Do application featured in this repository.

To check it out, clone the repository, then:

# Use `package.json` to pull down the app's dependencies from NPM
$ npm install

# Use `bower.json` to pull down the app's dependencies from Bower
$ bower install

# The (unwritten) tests have Bower dependencies as well. Grab those:
$ cd test
$ bower install

Now that you have all of the pieces, try out:

grunt server to create a development server, and grunt to test and build the application.

About

Personal Usability Experiment with Photo Galleries

http://erchsm.me


Languages

Language:JavaScript 96.8%Language:CSS 3.2%