realsungroup / MobileHrManageold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wallaby

$ 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

About

License:MIT License


Languages

Language:JavaScript 71.9%Language:CSS 26.7%Language:HTML 1.4%Language:TypeScript 0.0%