Skip to content

mikevinmike/typescript-tdd-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-tdd-boilerplate

Boilerplate for TypeScript with TDD (Jasmine)

Prepare

Install dependencies via npm

$ npm install

Run

To run a web server and automatic transpiling

$ npm start

To run transpiling

$ npm run tsc

To run a web server

$ npm run lite

Tests

To run the tests with Karma run the web server and open the file unit-tests.html in the browser

http://project-host/unit-tests.html

About

Boilerplate for TypeScript with TDD (Jasmine)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages