Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softchris/angular-typescript

angular 1 and typescript
https://github.com/softchris/angular-typescript

Last synced: 13 days ago
JSON representation

angular 1 and typescript

Awesome Lists containing this project

README

        

# angular with typescript

Contains a working angular 1 + typescript project demonstrating how to
compile typescript via gulp but also showcases controllers, services, routing, interfaces, classes and modules
and lastly arrow functions.

## prerequisits

npm install typescript -g
npm install tsd -g
npm install http-server -g

## usage

npm install
bower install

## compile typescript

gulp ts

## run

http-server -p 5000