Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.04 KB

About

The repository contains an application developed during AngularDart workshop step by step. Each step has his own branch with the next pattern step-[stepNumber]-[description]. Just switch between them to navigate to the necessary step of the workshop.

Development

  1. Create a local copy of this repo (use the "Clone or download" button above).
  2. Choose initial branch git checkout step-0-quickstart
  3. Get the dependencies: pub get
  4. Get the webdev tool: pub global activate webdev
  5. Launch a development server: webdev serve
  6. In a browser, open http://localhost:8080

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.