This application is a fullstack Go application with HTMX and Tailwind CSS.
The application runs a Golang API which serves the HTMX frontend
I do use node but only for development purposes, I use Node and nodemon to have hot reloading
for the API and browser-sync for hot refresh
Before you begin, ensure you have installed the following:
Install NPM dependencies:
npm install
After installing you can start the application by running the run.sh
script. Use the following command in your terminal:
./run.sh
This will start the application. You should now be able to access it in your web browser at http://localhost:3000
with hot reloading on code changes enabled.