Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 680 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 680 Bytes

Visual Studio Code Demo with Angular, TypeScript, Node, and HotTowel

As seen at //Build 2015 presented by Erich Gamma, Chris Dias and John Papa.

Prerequisites

  1. Install Node.js
  1. Install Yeoman npm install -g yo

  2. Install these NPM packages globally

    npm install -g bower gulp nodemon

    Refer to these instructions on how to not require sudo