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.
- Host: GitHub
- URL: https://github.com/johnpapa/hottowel-angular-typescript
- Owner: johnpapa
- Created: 2015-04-18T05:57:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T19:39:22.000Z (over 4 years ago)
- Last Synced: 2024-12-28T08:02:42.057Z (9 months ago)
- Language: JavaScript
- Homepage: http://code.visualstudio.com
- Size: 4.27 MB
- Stars: 145
- Watchers: 16
- Forks: 83
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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)