Update README.md

This commit is contained in:
Tobe O 2017-04-02 16:38:20 -04:00 committed by GitHub
parent 9f1ae13cb5
commit 1c21c94bc7

View file

@ -37,6 +37,12 @@ Bootstrap a project:
angel init hello
```
You can even have your server run and be hot-reloaded on file changes:
```dart
angel start
```
Next, check out the [detailed documentation](https://github.com/angel-dart/angel/wiki) to learn to flesh out your project.
## What is Angel?