platform/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

2016-12-27 14:28:48 +00:00
[![The Angel Framework](https://angel-dart.github.io/images/logo.png)](https://angel-dart.github.io)
2017-02-02 20:48:25 +00:00
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/angel_dart/discussion)
2017-01-31 12:18:28 +00:00
[![version: v1.0.0-beta](https://img.shields.io/badge/pub-v1.0.0--beta-blue.svg)](https://pub.dartlang.org/packages/angel_common)
2016-12-21 20:34:04 +00:00
2016-12-27 14:28:48 +00:00
**The Dart server framework that's ready for showtime.**
2016-06-21 23:39:09 +00:00
2016-06-21 23:42:59 +00:00
[Wiki](https://github.com/angel-dart/angel/wiki)
2016-06-21 23:39:09 +00:00
2016-12-21 20:43:29 +00:00
[API Documentation](http://www.dartdocs.org/documentation/angel_common/latest)
2016-12-21 19:41:23 +00:00
[Roadmap](https://github.com/angel-dart/roadmap/blob/master/ROADMAP.md)
[File an Issue](https://github.com/angel-dart/roadmap/issues)
2017-03-11 03:40:14 +00:00
## Join the team
Do you want to collaborate? Join the project at https://projectgroupie.com/projects/212
2017-03-23 11:23:16 +00:00
## Installation & Setup
Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help.
2017-04-02 20:28:22 +00:00
Once you have [Dart]() installed, bootstrapping a project is as simple as running two shell commands:
```bash
pub global activate angel_cli
angel init hello
```