An open API service indexing awesome lists of open source software.

https://github.com/johnpapa/hottowel-angular-typescript

As seen at //Build 2015 presented by Erich Gamma, Chris Dias and John Papa.
https://github.com/johnpapa/hottowel-angular-typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

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

As seen at [//Build 2015](https://channel9.msdn.com/Events/Build/2015/3-680?WT.mc_id=hottowelangulartypescript-github-jopapa) presented by Erich Gamma, Chris Dias and John Papa.

## Prerequisites

1. Install [Node.js](http://nodejs.org)
- on OSX use [homebrew](http://brew.sh) `brew install node`
- on Windows use [chocolatey](https://chocolatey.org/) `choco install nodejs`

2. Install Yeoman `npm install -g yo`

3. Install these NPM packages globally

```bash
npm install -g bower gulp nodemon
```

>Refer to these [instructions on how to not require sudo](https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md)