This commit is contained in:
ZhengYang 2014-08-29 15:55:53 +08:00
parent d40a327f06
commit db40c4ced2
1 changed files with 7 additions and 1 deletions

View File

@ -76,9 +76,15 @@ $ bee new myapp
2014/08/29 15:45:47 [SUCC] New application successfully created!
```
## bee run
To run the application we just created, navigate to the application folder and execute `bee run`.
```bash
$ cd myapp
$ bee run
```
## bee pack
## bee api