0.0.0-alpha-1 • Published 11 years ago
hitrun v0.0.0-alpha-1
Hitrun
This is a boilerplate project to start developing with Kola
Prerequisites
- NodeJS
- NPM (comes bundled with NodeJS)
- Gulp
npm install gulp -g- Domer (optional, if you don't use Domer for HTML templating)
npm install domer -gGulp
Build
This compiles the application with module type commonjs
gulp buildBundle
This browserifies the compiled ts code into one app.js file and at the same time, copies the non js code(css, html) to the bundle folder.
gulp bundleRun
runs a webserver on bundle folder.
gulp rundebug mode
You can run any task with by adding --debug flag. This will produce a build with sourcemaps.
gulp run --debug0.0.0-alpha-1
11 years ago
0.0.0-alpha
11 years ago