The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
2018-07-11 11:54:16 -04:00
.idea Update boilerplate 2018-03-29 19:55:28 -04:00
.vscode Boilerplate updates 2018-06-05 19:51:20 -04:00
bin Update dev.dart 2018-07-11 09:42:51 -04:00
config Update default.yaml 2017-01-28 11:23:35 -05:00
lib Update routes.dart 2018-07-11 09:45:47 -04:00
test 1.1.0-alpha 2017-10-19 17:53:33 -04:00
views 1.1.0-alpha 2017-10-19 17:53:33 -04:00
web 1.1.0-alpha 2017-10-19 17:53:33 -04:00
.dockerignore Docker! 2017-01-14 19:15:20 -05:00
.gitignore 1.1.0-alpha 2017-10-19 17:53:33 -04:00
analysis_options.yaml Update analysis_options.yaml 2018-07-11 11:54:16 -04:00
Dockerfile Boilerplate updates 2018-06-05 19:51:20 -04:00
LICENSE :) 2016-04-21 22:56:21 -04:00
pubspec.yaml Update pubspec.yaml 2018-07-09 13:43:11 -04:00
README.md Boilerplate updates 2018-06-05 19:51:20 -04:00

The Angel Framework

Gitter Pub Build status License

Fill out the v1.0.0 survey now!!!

Wiki (in-depth documentation)

API Documentation

Roadmap

File an Issue

Awesome Angel 🔥

The Dart server framework that's ready for showtime.

Angel is a full-featured server-side Web application framework for the Dart programming language. It strives to be a flexible, extensible system, to be easily scalable, and to allow as much code to be shared between clients and servers as possible. Ultimately, I believe that this approach will shorten the time it takes to build a full-stack Web application, from start to finish. Read more...

Like what you see? Please lend us a star.

Newest Tutorials

Installation & Setup

Having errors with a fresh Angel installation? See here for help.

Once you have Dart installed, bootstrapping a project is as simple as running one shell command:

Install the Angel CLI:

pub global activate angel_cli

Bootstrap a project:

angel init hello

You can even have your server run and be live-reloaded on file changes:

dart bin/dev.dart

Next, check out the detailed documentation to learn to flesh out your project.

Features

With features like the following, Angel is the all-in-one framework you should choose to build your next project:

Basic Example

Examples and complete projects can be found in the angel-example organization.