mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
bee run
This commit is contained in:
parent
d40a327f06
commit
db40c4ced2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user