Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softchris/angular-typescript
- Owner: softchris
- Created: 2016-04-17T23:24:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T23:26:55.000Z (almost 9 years ago)
- Last Synced: 2024-12-15T17:14:31.350Z (2 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 typescriptgulp ts
## runhttp-server -p 5000