mirror of
https://github.com/casbin/bee.git
synced 2025-07-21 10:04:20 +08:00
bee run
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user