Update README.md
This commit is contained in:
parent
9f1ae13cb5
commit
1c21c94bc7
1 changed files with 6 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue