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 ```