Boilerplate Visual Studio Code TypeScript project.
Please visit blog.wolksoftware.com to learn more about this template.
Note: The article uses TypeScript 1.8 and typings but this repository has been upgraded to TypeScript 2.0 and
@typestype definitions.
- Download
.zipand unzip it:
$ wget https://github.com/remojansen/ts-vscode-boilerplate/archive/master.zip
$ unzip master.zip
- Install dependencies and their type definitions:
Note: Before running the following commands, make sure you have Node.js installed and that you have installed gulp a global package:
$ npm -g install gulp
$ cd ts-vscode-boilerplate
$ npm install
-
Open in VS Code
-
Use
Shift+Command+pto open command panel and type "run task":
- Select "run task" to see available gulp tasks:
- Use
Shift+Command+=and select "Start":
- Enjoy real-time tests results powered by Wallaby.js:
- Enjoy coding with TypeScript!
Please send a PR! If you know how to make this template better.



