blob: 86859429e1588f96abcdde1abca605d91c488b17 [file] [view]
# Web App for testing the Dart Services v2 API.
## Pre-requisites
Install the `webdev` tooling:
```bash
pub global activate webdev
```
## Usage
To use this web app, run the `dart-services` backend in one terminal:
```bash
$ cd dart-services
$ grind serve
```
And, in another terminal, run this web app.
```bash
$ cd dart-services/example
$ webdev serve
```
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).