Quick start guide
Here's a minimal version of the steps to run the Gowebly CLI.
🤔 Не можете найти ответ здесь?
Не стесняйтесь создать issue или начать discussion в репозитории проекта Gowebly. И, конечно, мы будем рады, если вы пришлете 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.