/createjs-typescript-template

Primary LanguageJavaScriptThe UnlicenseUnlicense

createjs-typescript-template

Build Status

Project template for coding your program with createjs in TypeScript.

prerequisite

usage

STEP 1

execute the following command.

npm install
grunt setup
grunt

STEP 2

Open dest/index.html In your browser.

(You must use a local server.)

If you have installed Chrome on your PC, you can also use the following command.

grunt connect

tsd usage

tsd query <module name> --action install --resolve --save --config conf/tsd.json