.. | ||
app | ||
build | ||
components | ||
pages | ||
routes | ||
static | ||
.gitignore | ||
build-assets.sh | ||
LICENSE | ||
main.go | ||
README.md | ||
Taskfile.yml | ||
wails.syso |
WailsV3 Project with HTMX and Templ
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:
- WailsV3: Installation Guide
- Go: Download Go
📄 Documentation
- Templ Documentation: templ.guide
- WailsV3 Documentation: v3alpha.wails.io
⚙️ Installation
-
Clone the Repository
git clone https://github.com/OnHenriGolera/Wails3-HTMX-Templ-Template cd Wails3-HTMX-Templ-Template
-
Install Dependencies and Build the Application
wails3 build
-
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! 🎉