Quick start guide
Here's a minimal version of the steps to run the Gowebly CLI.
🤔 在这里找不到答案?
请随时在 Gowebly 项目库中创建一个 issue 或发起一个 discussion 。当然,我们也非常欢迎您发送 PR,提出改进文档的建议。
First, download and install Go. Version 1.22
(or higher) is required.
Run the go run
command to create a new project in the current folder:
go run github.com/gowebly/gowebly/v2@latest create
Benefits of the go run
command
With go run
, you can use all features of the Gowebly CLI without installation to your system.
That's it! 🔥 A web application has been created in the current folder.
You can check which of the recommended tools are already installed on your system by using the doctor
utility built into the Gowebly CLI:
go run github.com/gowebly/gowebly/v2@latest doctor
If some tools are not installed, it is recommended that you install them yourself. Especially Node.js (or Bun) for building frontend parts of your application.
Now you can start developing your web application.
Use a ready-made packages
Download ready-made exe
files for Windows, deb
(for Debian, Ubuntu), rpm
(for CentOS, Fedora), apk
(for Alpine), or Arch Linux packages from the Releases page.
Install it like you normally would.