/ts-vscode-boilerplate

Visual Studio Code TypeScript Boilerplate Project

Primary LanguageJavaScriptMIT LicenseMIT

ts-vscode-boilerplate

Boilerplate Visual Studio Code TypeScript project.

Please visit blog.wolksoftware.com to learn more about this template.

How to use this template?

  1. Download .zip and unzip it:
$ wget https://github.com/remojansen/ts-vscode-boilerplate/archive/master.zip
$ unzip master.zip
  1. Install dependencies and their type definitions:

Note: Before running the following commands, make sure you have Node.js installed and that you have installed typings and gulp as global packages:

$ npm -g install gulp
$ npm -g install typings
$ cd ts-vscode-boilerplate
$ npm install
$ typings install
  1. Open in VS Code

  2. Use Shift + Command + p to open command panel and type "run task":

  1. Select "run task" to see available gulp tasks:

  1. Use Shift + Command + = and select "Start":

  1. Enjoy real-time tests results powered by Wallaby.js:

  1. Enjoy coding with TypeScript!

Please send a PR! If you know how to make this template better.