Skip to content

Simple example for a full stack Dart application, using the Aqueduct framework on the back-end and Angular on the front-end.

License

Notifications You must be signed in to change notification settings

woopla/angueduct

Repository files navigation

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.

About

Simple example for a full stack Dart application, using the Aqueduct framework on the back-end and Angular on the front-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published