https://github.com/ripta/angular2-hello-world
Hello World in Angular 2 (and Typescript)
https://github.com/ripta/angular2-hello-world
Last synced: 5 months ago
JSON representation
Hello World in Angular 2 (and Typescript)
- Host: GitHub
- URL: https://github.com/ripta/angular2-hello-world
- Owner: ripta
- Created: 2015-05-31T00:30:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T00:30:58.000Z (over 10 years ago)
- Last Synced: 2025-07-22T00:48:24.642Z (5 months ago)
- Language: HTML
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello World for Angular 2.0 on Typescript
1. Clone this repository.
1. Install npm modules:
```
npm install
```
1. Install Typescript definition files:
```
tsd reinstall
```
1. Rebuild the application:
```
tsc
```
1. Run the server on port 8008 or whatever:
```
npm install -g http-server
http-server -p 8008
```