mirror of https://github.com/flutter/samples.git
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.
14 lines
251 B
14 lines
251 B
4 months ago
|
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
|
||
|
```
|