Skip to content

joaoschoen/Golang-and-HTMX-application

Repository files navigation

Fullstack Go HTMX App with Tailwind

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

Prerequisites

Before you begin, ensure you have installed the following:

Installation

Install NPM dependencies:

npm install

Running the Application

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published