Visual Studio Code TypeScript Boilerplate Project
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.
1) Download
.zipand unzip it:
$ wget https://github.com/remojansen/ts-vscode-boilerplate/archive/master.zip $ unzip master.zip
2) 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
3) Open in VS Code
4) Use
Shift+
Command+
pto open command panel and type "run task":
5) Select "run task" to see available gulp tasks:
6) Use
Shift+
Command+
=and select "Start":
7) Enjoy real-time tests results powered by Wallaby.js:
8) Enjoy coding with TypeScript!
Please send a PR! If you know how to make this template better.