tree: 6b08db29c01bf7343459bc24113107a6d79ed9d3 [path history] [tgz]
  1. web/
  2. .gitignore
  3. analysis_options.yaml
  4. CHANGELOG.md
  5. pubspec.yaml
  6. 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.