53 lines
2.2 KiB
Markdown
53 lines
2.2 KiB
Markdown
|
|
[]
|
|
|
|
<!--- (https://angel-dart.dev) -->
|
|
[](https://pub.dartlang.org/packages/framework)
|
|
[](https://dart.dev/null-safety)
|
|
[](https://gitter.im/angel_dart/discussion)
|
|
|
|
[](https://github.com/dukefirehawk/angel/LICENSE)
|
|
|
|
<!---
|
|
[](https://angel-dart.dev)
|
|
|
|
[](https://gitter.im/angel_dart/discussion)
|
|
[](https://pub.dartlang.org/packages/angel_framework)
|
|
[](https://travis-ci.org/angel-dart/framework)
|
|

|
|
-->
|
|
|
|
**A polished, production-ready backend framework in Dart.**
|
|
|
|
*Note: This repo is an application boilerplate ,and not the underlying framework library.*
|
|
|
|
-----
|
|
## About
|
|
Angel3 is a full-stack Web framework in Dart. It aims to
|
|
streamline development by providing many common features
|
|
out-of-the-box in a consistent manner.
|
|
|
|
## Installation & Setup
|
|
|
|
1. Download and install [Dart](https://www.dartlang.org/).
|
|
2. Run the following command to start Angel3 server in dev mode to *hot-reloaded* on file changes:
|
|
|
|
```bash
|
|
dart --observe bin/dev.dart
|
|
```
|
|
|
|
3. Next, check out the [detailed documentation](https://docs.angel-dart.dev/v/2.x) to learn to flesh out your project. Angel3 works the same way as the original Angel.
|
|
|
|
## Examples and Documentation
|
|
Visit the [documentation](https://docs.angel-dart.dev/v/2.x)
|
|
for dozens of guides and resources, including video tutorials,
|
|
to get up and running as quickly as possible with Angel.
|
|
|
|
Examples and complete projects can be found
|
|
[here](https://github.com/angel-dart/examples-v2).
|
|
|
|
|
|
You can also view the [API Documentation](http://www.dartdocs.org/documentation/angel_framework/latest).
|
|
|
|
There is also an [Awesome Angel :fire:](https://github.com/angel-dart/awesome-angel) list.
|
|
|