feat: add routing and landing page

This commit is contained in:
2025-02-07 18:31:20 +07:00
parent d5829ffd0d
commit e6e9e25d8d
13 changed files with 1130 additions and 4 deletions

View File

@ -0,0 +1,10 @@
@echo off
REM Start the Go server using Air
start "" air
REM Watch for changes in Tailwind CSS
start "" npx tailwindcss -i ./public/input.css -o ./public/output.css --watch
REM Watch for changes in templates and proxy to Go server
start "" cmd /k "templ generate -watch"