You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,31 +32,7 @@ Install gorf auth app
32
32
go get github.com/go-gorf/auth
33
33
```
34
34
35
-
## Quickstart new project using [gorf-cli](http://github.com/go-gorf/gorf-cli)
36
-
37
-
Install gorf-cli for creating new projects and apps. Make sure you have configured [Go install directory to your system's shell path](https://go.dev/doc/tutorial/compile-install) (`export PATH="$PATH:$(go env GOPATH)/bin"`)
38
-
```bash
39
-
go install github.com/go-gorf/gorf-cli@latest
40
-
```
41
-
42
-
Once cli is installed new gorf project can be initialized as follows
43
-
```bash
44
-
gorf-cli init hello
45
-
```
46
-
47
-
Now go tho the project directory and run the project as follows
48
-
```bash
49
-
cd hello
50
-
go run .
51
-
```
52
-
Now open the browser and go to [http://localhost:8080/health](http://localhost:8080/health).
53
-
54
-
new gorf apps can be created using
55
-
```bash
56
-
gorf-cli app newApp
57
-
```
58
-
59
-
## Tutorial without cli
35
+
## Tutorial
60
36
61
37
Firstly, Create a new main package with following code
0 commit comments