Skip to content

mindcube/blitz-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marionette HTML Application Foundation

Features

  • Compass
  • Saas
  • RequireJS
  • Marionette
  • Backbone
  • Handlebars
  • Underscore
  • Jasmine
  • Jasmine jQuery
  • Karma

Requirements

Download and install Node.js then run the following.

gem install compass sass
sudo npm install -g requirejs

Testing Requirements:

  • Karma
  • Jasmine
  • RequireJS
  • Jasmine-jQuery

To install testing dependencies:

You must have installed node.js and npm for this to work, see above. Run this from your shell:

make install-test-reqs

To continuously run your tests:

./node_modules/karma/bin/karma start

That's horrible, so lets simplify that:

make install-test-cli

Now to run your tests, from the root of your project run:

karma start

NOTE you will only need to make install-test-cli once, no matter the project. It will install the karma shortcut globally on your system. If you already have the karam cli tool installed, running this command may simply generate an error. Nothing will break.

Quick start

This will not install the testing requirements.

make all

About

BLITZ challenge 1 public repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages