Skip to content

pavolmisenko/task-manager-test

Repository files navigation

FAKE TAsk management eXperIence

This is trainig repository to get familiar with go + HTMX for web development.

Styling is done via TaiwindCSS and daisyUI

Setup

Make sure you have Node installed. See instalation guide here

Make sure you have Golang installed. See instalation guide here

Install dependencies

npm install

Run application

Run DB

cd db
docker-compose up

Run Development server

Install air for hot-reload on go server

go install github.com/air-verse/air@latest

Run air in root directory

air

After building, application should be available on localhost:7070

Bonus: How to setup TailwindCSS with repository

NodeJS (with daisyUI)

  1. install tailwind
  2. install daisyUI

Alternative: Standalone CLI tailwind without npm dependencies (just tailwind UI library)

Approach made by this process to enable TailwindCSS.

This only enables tailwindCSS without out of 3rd party libraries such as daisyUI

About

Test repo for Go + HTMX web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published