Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 922 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 922 Bytes

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.