Using Pocketbase, Templ, HTMX, Alpine.js, and Tailwind CSS
git clone https://github.com/charliekim2/chatapp.git
cd
into the directoryDownload Golang via https://go.dev/doc/install
Install templ via go install github.com/a-h/templ/cmd/templ@latest
Install air via go install github.com/air-verse/air@latest
Install the TailwindCSS standalone via https://github.com/tailwindlabs/tailwindcss/releases
tailwindcss (.exe)
and add it to your PATHRun air
to start the server
Go to the admin dashboard via localhost:8090/_
and import pb_schema.json
templ generate
the template files