Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danwahlin/angularin20typescript
- Owner: DanWahlin
- Created: 2015-03-03T07:12:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T02:56:49.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T23:11:08.667Z (about 2 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 202
- Watchers: 20
- Forks: 77
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```