0.0.0-alpha-1 • Published 9 years ago

hitrun v0.0.0-alpha-1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

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 -g

Gulp

Build

This compiles the application with module type commonjs

    gulp build

Bundle

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 bundle

Run

runs a webserver on bundle folder.

    gulp run

debug mode

You can run any task with by adding --debug flag. This will produce a build with sourcemaps.

    gulp run --debug
0.0.0-alpha-1

9 years ago

0.0.0-alpha

9 years ago