Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danwahlin/angularin20typescript

Simple AngularJS Applications with TypeScript
https://github.com/danwahlin/angularin20typescript

Last synced: about 1 month ago
JSON representation

Simple AngularJS Applications with TypeScript

Awesome Lists containing this project

README

        

# AngularIn20TypeScript

Simple AngularJS Application with TypeScript, you can view video about typescript and angular in 20 minutes at ngconf 2015 on [youtube](https://www.youtube.com/watch?list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7&feature=player_embedded&v=U7NYTKgkZgo)

# Usage

- Install global dependencies **if necessary**

```
npm install -g gulp-cli typings superstatic
```

- Install node packages:

```
npm install
```

- Launch the server

```
npm start
```