peachy-go/desktop
2024-11-05 15:41:46 -07:00
..
app Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
build Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
components Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
pages Fix the missing favicon error 2024-11-05 15:41:34 -07:00
routes Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
static Fix the missing favicon error 2024-11-05 15:41:34 -07:00
.gitignore Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
LICENSE Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
main.go Add some menus 2024-11-05 15:41:46 -07:00
README.md Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
Taskfile.yml Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00
wails.syso Added Wails3/HTMX example GUI 2024-11-05 05:17:27 -07:00

WailsV3 Project with HTMX and Templ

License: MIT

Welcome to the WailsV3 project template integrating HTMX and Templ, inspired by this project. This template provides a starting point for building modern web applications with Go, leveraging the power of Wails, HTMX, and Templ.

🚀 Features

  • WailsV3: A framework for building desktop applications using Go and web technologies.
  • HTMX: A library that allows you to access AJAX, CSS Transitions, WebSockets, and Server-Sent Events directly in HTML.
  • Templ: A Go template engine designed for simplicity and ease of use.

📋 Requirements

Before you begin, ensure you have the following installed:

📄 Documentation

⚙️ Installation

  1. Clone the Repository

    git clone https://github.com/OnHenriGolera/Wails3-HTMX-Templ-Template
    cd Wails3-HTMX-Templ-Template
    
  2. Install Dependencies and Build the Application

    wails3 build
    
  3. Run the Application

    wails3 dev
    

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

💡 Inspirations

  • Inspired by the Astroproject.
  • Thanks to the developers of Wails, HTMX, and Templ for their amazing tools.

Feel free to enhance this template to suit your project's specific needs. Happy coding! 🎉