platform/README.md
2019-02-03 01:04:35 -05:00

2.6 KiB

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