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

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)

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
```