Skip to content

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

Notifications You must be signed in to change notification settings

bluehazetech/backbone-requirejs-seed

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published