bluehazetech / backbone-requirejs-seed

Seed project based on Yeoman backbone-generator that uses Grunt, Bower, Backbone, RequireJS, Karma, Jasmine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone/RequireJS seed project

Initial Setup

Install Node.js, if not already installed:

gem install node

Install all project dependencies defined in package.json:

npm install

Install all project dependencies defined in bower.json:

bower install

Development

For live development:

grunt serve

To render your static file output to the /build/ directory:

grunt build

To run Jasmine tests:

grunt test

Comments & Suggestions?

Send me a message or submit an issue.

Major components:

License

  • Copyright 2014 Blue Haze Technologies, LLC. All rights reserved.

About

Seed project based on Yeoman backbone-generator that uses Grunt, Bower, Backbone, RequireJS, Karma, Jasmine.


Languages

Language:JavaScript 93.5%Language:CSS 6.5%