Welcome to the example app used in the Tour of Heroes: HTTP page of Dart for the web.
You can run a hosted copy of this sample. Or run your own copy:
- Create a local copy of this repo (use the "Clone or download" button above).
- Get the dependencies:
pub get
- Launch a development server:
pub serve
- In a browser, open 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 docs repository by running the dart-doc-syncer tool. If you find a problem with this sample's code, please open an issue.