Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 516 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 516 Bytes

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