Simple example for a full stack Dart application, using the Aqueduct framework on the back-end and Angular on the front-end.
In order to minimize the number or running services, a specific Aqueduct HTTPController
class handles static files, and sends the Angular application to the browser.
First, get it all ready and running:
> pub get
> pub build
> dart bin/start.dart
Then point your browser to http://localhost:8080.