/typescript-template-clean

Basic template but should cover most of the building options

Primary LanguageTypeScript

Typescript template

Codacy Badge bitHound Overall Score bitHound Dev Dependencies bitHound Code Build Status NSP Status

Basic Typescript template uses class export pattern with mocha/chai unit test framework

# Install necessary dependencies

npm install

# Auto compile .ts to .js and start watching

npm watch

# Run

npm start

# Compress to one file

npm complie # Will generate /built/js/allInOne.js

# Test

npm test

# Development Test(Auto test when save)

npm test-dev