Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (33 loc) · 994 Bytes

README.md

File metadata and controls

55 lines (33 loc) · 994 Bytes

Single Page Application Template

This is a basic setup for a single page application using Knockout, RequireJS, Crossroads.js, Bootstrap, jQuery, Font Awesome and Q

Demo

A demo is available here

Install

GIT

git clone git:https://github.com/crissdev/spa-template-ko.git -b master spa-ko

Bower

bower install spa-template-ko

Then, install bower and npm dependencies.

bower install
npm install

Build

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

Test

karma start

License

MIT © Cristian Trifan