jameshp / toh-1

Companion application for the Tour of Heroes Part 1 angular.io chapter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tour of Heroes: The Hero Editor

Welcome to the example application used in angular.io/dart's Tour of Heroes: The Hero Editor page.

You can run a hosted copy of this sample. Or run your own copy:

  1. Clone or [download][] this repo. [download]: //github.com/angular-examples/toh-1/archive/master.zip
  2. Get the dependencies:

pub get 3. Launch a development server:

pub serve 4. Open a browser to http://localhost:8080.
In Dartium, you'll see the app right away. In other modern browsers, you'll have to wait a bit while pub converts the app.


Note: The content of this repository is generated from the angular.io repository by running the dart-doc-syncer tool. If you find a problem with this sample's code, please open an issue at angular/angular.io.

About

Companion application for the Tour of Heroes Part 1 angular.io chapter.

License:MIT License


Languages

Language:CSS 68.6%Language:Dart 19.6%Language:HTML 11.8%