Initialize the internal package that will hold the Bubble Tea logic.
- Create directory
internal/tui.
- Create
internal/tui/model.go (defines the tea.Model).
- Create
internal/tui/styles.go (defines Lip Gloss styles).
- Implement a basic
InitialModel() function that returns a tea.Model.
- Implement the required Bubble Tea methods:
Init, Update, and View.
Initialize the internal package that will hold the Bubble Tea logic.
internal/tui.internal/tui/model.go(defines the tea.Model).internal/tui/styles.go(defines Lip Gloss styles).InitialModel()function that returns atea.Model.Init,Update, andView.