Skip to content

mormegil-cz/browser-ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple template for TypeScript-based in-browser apps, using Gulp, Browserify, Watchify, and Uglify. Based on the TypeScript Gulp tutorial.

Requirements

You should have Node.js + npm + gulp installed.

Usage

  1. Download the template using e.g. git clone --depth 1 https://github.com/mormegil-cz/browser-ts-template.git
  2. Download the required npm dependencies: npm install
  3. Start the build using gulp; Gulp now compiles your TS files and keeps running and compiling on every change of the source files.

Releases

No releases published

Packages

No packages published