GoogleCloudPlatform / GoogleCloudPlatform/functions-framework-dart
Quickstart Should Use Local Dev, Not Docker
Open
documentation
kind/enhancement
- Dominant language
- Dart
- Stars
- 548
- Forks
- 49
- Avg merge
- 53m
- Merged PRs (30d)
- 1
Description
The main quickstart uses `docker build` and `docker run`.
That takes awhile to run and isn't a great local dev experience.
Instead we should have the quickstart show the quickest way to run a function locally, like this:
```
dart run bin/server.dart
```
This is what other FF READMEs do too.
We can add the docker commands in a different section if we really want. Or reserve it to the docker doc.
Contributor guide
Assessment
This issue has not been assessed yet.