Skip to content

christophediprima/angular2-ts-quickstart

Repository files navigation

Simple Angular 2 app written in TypeScript

Use latest TypeScript compiler

TypeScript 1.5 beta includes everything you need. Make sure to upgrade, even if you installed TypeScript previously.

$ npm install -g typescript@^1.5.0-beta

Start up the compiler

$ cd ts-quickstart
$ tsc -w
message TS6042: Compilation complete. Watching for file changes.

Use a TypeScript-aware editor

We have good experience using these editors:

Load the app

From the directory that contains index.html:

$ node web-server.js
# In a browser, visit localhost:8080/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages