tree: 053202b9662c658e984d853f63c43c35e1101698 [path history] [tgz]
  1. web/
  2. .gitignore
  3. analysis_options.yaml
  4. CHANGELOG.md
  5. pubspec.lock
  6. pubspec.yaml
  7. README.md
example/README.md

Web App for testing the Dart Services v2 API.

Pre-requisites

Install the webdev tooling:

pub global activate webdev

Usage

To use this web app, run the dart-services backend in one terminal:

$ cd dart-services
$ grind serve

And, in another terminal, run this web app.

$ cd dart-services/example
$ webdev serve

Created from templates made available by Stagehand under a BSD-style license.