Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 563 Bytes

Angueduct

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.

How to run

First, get it all ready and running:

> pub get
> pub build
> dart bin/start.dart

Then point your browser to http://localhost:8080.