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
- Install Node.js
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
-
Install Yeoman
npm install -g yo
-
Install these NPM packages globally
npm install -g bower gulp nodemon
Refer to these instructions on how to not require sudo