peachy-go/desktop/README.md

1.8 KiB

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! 🎉