Basic start to a community website.
We are building the site in Dart utilising the Dart Web Platform with core web libraries like dart:html.
We utilise Jaspr to provide a more Flutter centric feel to web development. Check out the docs for more info.
Install the webdev tool
dart pub global activate webdev
webdev serve --auto refresh
Install the Dart Debug Extension and run:
webdev serve --debug-extension
or you you use devtools Debugging Web Info
webdev build