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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
First of all, [download](https://golang.org/dl/) and install **Go**. Version `1.11` or higher is required.
12
12
13
-
Next, download the **latest** version of the Create Go App CLI to your computer:
13
+
Next, download the **latest** version of the Create Go App CLI to your system:
14
14
15
15
```bash
16
16
go get -u github.com/create-go-app/cli
@@ -22,7 +22,7 @@ Installation is done by using the [`go build`](https://golang.org/cmd/go/#hdr-Co
22
22
go build -i -o $GOPATH/bin/cgapp github.com/create-go-app/cli
23
23
```
24
24
25
-
Let's create a new project via **interactive console UI** (or **CUI**) into current folder:
25
+
Let's create a new project via **interactive console UI** (or **CUI** for short) into current folder:
26
26
27
27
```bash
28
28
cgapp create
@@ -34,6 +34,8 @@ Okay, it works! Now, you can run this project on your **local machine** or deplo
34
34
cgapp deploy
35
35
```
36
36
37
+
That's all you need to start! 🎉
38
+
37
39
### ~ [Docker-way to quick start](https://create-go.app/detailed-guides/official-docker-image/)
38
40
39
41
If you don't want to install Create Go App CLI to your system, you feel free to using our official [Docker image](https://hub.docker.com/r/koddr/cgapp) and run CLI from isolated container:
> ☝️ Also, with this Docker image, you do **not** have to worry about installing tools/CLI of frontend UI libraries/frameworks. Everything is **already included** to this Docker image: `create-react-app`, `preact-cli`, `vue-cli`, `ng-cli` and `degit` (for Svelte).
0 commit comments