This is a basic setup for a single page application using Knockout, RequireJS, Crossroads.js, Bootstrap, jQuery, Font Awesome and Q
A demo is available here
git clone git://github.com/crissdev/spa-template-ko.git -b master spa-ko
bower install spa-template-ko
Then, install bower and npm dependencies.
bower install
npm install
The build script supports a number of options that can be passed through command line. Run the following command in the application directory to see all the options available.
gulp --help
karma start
MIT © Cristian Trifan