Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 270 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 270 Bytes

dalekjs_testproject

This is a boilerplate / test project for dalek.js

You need to have grunt.js installed:

$ npm install -g grunt

To get all dependencies:

$ npm install

To start tests:

$ grunt

or

$ grunt dalek