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
<palign="center">Create a new production-ready project with <b>backend</b> (Golang), <b>frontend</b> (JavaScript, TypeScript)<br/>and <b>deploy automation</b> (Ansible, Docker) by running one CLI command.<br/><br/>Focus on <b>writing</b> code and <b>thinking</b> of business-logic! The CLI will take care of the rest.</p>
First of all, [download](https://golang.org/dl/) and install **Go**. Version `1.11` or higher is required.
12
12
@@ -36,7 +36,7 @@ cgapp deploy
36
36
37
37
That's all you need to start! 🎉
38
38
39
-
### ~ [Docker-way to quick start](https://create-go.app/detailed-guides/official-docker-image/)
39
+
### ~ Docker-way to quick start
40
40
41
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:
With this Docker image, you do **not** have to worry about installing tools/CLI of frontend UI libraries/frameworks. Everything is **already included**: `create-react-app`, `preact-cli`, `vue-cli`, `ng-cli` and `degit` (for Svelte and Sapper).
48
48
49
-
Available commands for official Docker image:
49
+
Available commands for [official Docker image](https://create-go.app/detailed-guides/official-docker-image/):
Unfortunately, we are unable to include all helpful documentation to the `README` file. That's why, the best way to better explore all the features of the **Create Go App CLI** is to read the [Official Documentation](https://create-go.app/) and explore [Discussions](https://github.com/create-go-app/cli/discussions).
68
68
@@ -85,17 +85,18 @@ Unfortunately, we are unable to include all helpful documentation to the `README
85
85
-[How do I ask the right question?](https://create-go.app/ask-question/#how-do-i-ask-the-right-question)
@@ -236,7 +239,7 @@ When we started this project, we asked ourselves this question too and... came t
236
239
237
240
So, yes, this CLI gives you the ability to prepare everything you need to **start a new project** (as `create-react-app` for the React.js ecosystem does) and **deploy an existing project** to a remote server in configured and fully isolated Docker containers.
@@ -263,7 +266,7 @@ So, yes, this CLI gives you the ability to prepare everything you need to **star
263
266
>
264
267
> Now, the frontend part of your project will be generated **using official CLI** from the authors of each frontend UI library/framework (_under the hood_). So, you'll always get the latest version of `React`, `Preact`, `Vue.js`, `Angular`, `Svelte` or `Sapper` for your project from their authors!
0 commit comments