Bartvds / pixelbutler-starter

Pixelbutler starter kit (Grunt, TypeScript, Webpack)
MIT License
0 stars 0 forks source link

pixelbutler-starter

Build Status Dependency Status devDependency Status

Pixelbutler starter kit.

:warning: Readme still under construction.

Quick-start

Development tools run on node.js >= v0.10

Make sure you have thes global commands grunt & tsd:

npm install grunt-cli -g
npm install tsd@next -g

Create a new project & get the dependencies:

git clone https://github.com/Bartvds/pixelbutler-starter.git my-project
cd my-project
npm install

Grunt commands

Rebuild project:

grunt build

Rebuild project in debug mode:

grunt debug

Start watch in debug mode:

grunt dev

Start local server at http://localhost:8888/:

grunt server

See the Gruntfile.js and $ grunt --help for additional commands.

Contributions

..are very welcome. Try to stay consistent with existing style, and make sure to run grunt test before sending a pull request.

License

Copyright (c) 2014 Stephen Whitmore & Bart van der Schoor

Licensed under the MIT license.