add quick start

This commit is contained in:
Ming Deng 2020-12-24 21:38:36 +08:00
parent 486ac49f38
commit ea846e1ec6
1 changed files with 7 additions and 0 deletions

7
scripts/quickstart.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
export GO111MODULE=on
go get github.com/beego/bee/v2@v2.0.2
bee new hello
cd hello
bee run