feat: add initial admin page view with layout and basic components

This commit is contained in:
2024-08-20 13:28:09 +07:00
parent fa2f4e8a87
commit 9aff0dbdb1
5 changed files with 503 additions and 3 deletions

View File

@ -7,4 +7,4 @@ 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 -proxy=http://localhost:8000"
start "" cmd /k "templ generate -watch"