You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/compass_app/server/README.md

14 lines
251 B

A server app built using [Shelf](https://pub.dev/packages/shelf).
# Running the server
## Running with the Dart SDK
You can run the example with the [Dart SDK](https://dart.dev/get-dart)
like this:
```
$ dart run
Server listening on port 8080
```