Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.29 KB

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:
$ 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.