This is a simple Go web server that allows you to add and display tasks asynchronously using the HTMX library.
These instructions will help you set up and run the server on your local machine.
- Go programming language installed on your system.
-
Clone the repository to your local machine:
git clone https://github.com/thomasbaloyi/htmx
-
Navigate to source directory
cd htmx cd src
-
Run with hot reloading
air