gitstack

grindlemire/go-tui code browser

404 B markdown 17 lines 2026-04-18 · 7dc88fd raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Getting Started

A minimal go-tui app: one component with gradient text and a quit handler. Covers project setup, writing your first `.gsx` file, generating Go code, and running the result.

## Screenshot

![Getting Started](../../docs/images/guides/01.png)

## Run

```bash
go run .
```

## Guide

For a detailed walkthrough, see the [Getting Started guide](https://go-tui.dev/guide/getting-started).