Skip to content
/ DALI Public

Vite-Extra SSR Vanilla TS With HTMX Adaptation

Notifications You must be signed in to change notification settings

nineisten/DALI

Repository files navigation

DALI

Vite x Vanilla TS x HTMX

How to install and run this template

  • 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!

1. Clone the repo

git clone https://github.com/yourusername/ssr-vanilla-ts-htmx.git my-project
cd my-project

2. Install dependencies with pnpm

pnpm install && pnpm approve-builds
# selct from dropdown 
# press y to continue

3. Start the development server (with hot reload)

pnpm run dev
#Open your browser and go to http://localhost:5173  
#You're all set gor production

4. production stuff

pnpm build   # compile TypeScript
pnpm start   # run the production server

This template was adapted from Vite's create-vite-extra template ssr-vanilla-ts

About

Vite-Extra SSR Vanilla TS With HTMX Adaptation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published