diff --git a/web/readme.md b/web/readme.md index a8875a81b..11d5a3ff5 100644 --- a/web/readme.md +++ b/web/readme.md @@ -1 +1,14 @@ Samples for [Flutter for web](https://flutter.dev/web). + +#### Building Samples code +Set up `webdev` for first time as below: +``` +$ pub global activate webdev +$ pub get +``` + +Build and run code locally at `http://localhost:8080` +``` +$ webdev serve +``` +Checkout [this link](https://dart.dev/tools/webdev#using-webdev-and-build_runner-commands) for more details about building, serving and testing code.