platform/sample-project
2018-12-31 11:14:18 -05:00
..
.idea remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
.vscode remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
bin remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
config remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
lib remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
test remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
views remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
web remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
.dockerignore remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
.gitignore remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
analysis_options.yaml remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
Dockerfile remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
LICENSE remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
pubspec.yaml remove 1.x boilerplate 2018-12-31 11:14:18 -05:00
README.md remove 1.x boilerplate 2018-12-31 11:14:18 -05:00

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