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.