Skip to content

A batteries-included, full-stack Web server framework for Dart. (Application boilerplate)

License

Notifications You must be signed in to change notification settings

joseraulmail/angel

 
 

Repository files navigation

The Angel Framework

Gitter Pub Build status License

A batteries-included, full-stack Web server framework for Dart.


Wiki (in-depth documentation)

API Documentation

Roadmap

File an Issue

Awesome Angel 🔥

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 a few shell commands:

Install the Angel CLI:

pub global activate angel_cli

Bootstrap a project:

angel init hello

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

dart --observe 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 here:

https://github.com/angel-dart/examples-v2

About

A batteries-included, full-stack Web server framework for Dart. (Application boilerplate)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 82.6%
  • Dockerfile 13.3%
  • CSS 4.1%