1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 05:00:54 +00:00
This commit is contained in:
ZhengYang 2014-08-29 15:55:53 +08:00
parent d40a327f06
commit db40c4ced2

View File

@ -76,9 +76,15 @@ $ bee new myapp
2014/08/29 15:45:47 [SUCC] New application successfully created! 2014/08/29 15:45:47 [SUCC] New application successfully created!
``` ```
## bee run ## 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 pack
## bee api ## bee api