A demo of an HTML5 mobile app to show how a citizen could navigate and browse locations of public art, architecture, and culture in her or his local city.
npm install -g yo bower grunt-cli yuidocjs karma-cli
npm install && bower install && cd test && bower install && cd ..
Generate documentation with yuidoc .
.
Just run unit tests with grunt test
. npm test
will also install dependencies.
Lint with grunt jshint
.
Just debug with grunt serve
. npm start
will also install dependencies.
Build for production or deployment with grunt build
.
Lint, test and package any build by simply running grunt
.