Skip to content

Basic template but should cover most of the building options

Notifications You must be signed in to change notification settings

viane/typescript-template-clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic template but should cover most of the building options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published