Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinspecker/ng2-example-typescript
Angular 2 Example with TypeScript
https://github.com/dustinspecker/ng2-example-typescript
Last synced: 2 days ago
JSON representation
Angular 2 Example with TypeScript
- Host: GitHub
- URL: https://github.com/dustinspecker/ng2-example-typescript
- Owner: dustinspecker
- Created: 2015-05-17T20:50:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T21:23:30.000Z (over 9 years ago)
- Last Synced: 2023-04-09T18:51:19.188Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Angular 2 Example with TypeScript
## Setup
1. Run `npm i` to install dev dependencies.
1. Run `npm i -g live-server` to install live-server.
1. Run `gulp compile` to download typings and compile TypeScript files.
1. Run `live-server` to run a HTTP server.