MOTOO11 / createjs-typescript-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:The Unlicense


Languages

Language:JavaScript 47.7%Language:TypeScript 39.4%Language:CSS 11.6%Language:Shell 1.4%