Vite Preact
Documentation
Quickstart
Installation
npm create --yes vite@latest my-preact-app -- --template preact-tscd my-preact-appnpm install
Configuration
Update your site meta tags in index.html
. Many plugins are supported too.
Deployment
Build
npm run build
Preview
npx --yes serve@latest --single dist
Deploy
npx --yes bunny-launcher@latest --interactive