- This template includes the SSR implementation of Vite
- Includes Vanilla TS
- Topped off with a healthy serving of HTMX
- to do:
- Add PG (w/drizzle)
- JS frontend package (animate.js possibly)
Feel Free to add to me!
git clone https://github.com/yourusername/ssr-vanilla-ts-htmx.git my-project
cd my-projectpnpm install && pnpm approve-builds
# selct from dropdown
# press y to continuepnpm run dev
#Open your browser and go to http://localhost:5173
#You're all set gor productionpnpm build # compile TypeScript
pnpm start # run the production serverThis template was adapted from Vite's create-vite-extra template ssr-vanilla-ts