This is a small Dart sample used by the new Weigh Anchor: Deploy a Server and App code lab.
Currently, drone.io tests only whether the .dart files under web/ pass static analysis (dartanalyzer). We could do real unit testing, and we could do better with HTML samples.
web/: Code samples used by the client-side application to deploy.
bin/: Basic static file server.
README.md: This file.
runtests.sh: BASH script that runs dartanalyzer on all Dart source files in the web directory.