Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 695 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 695 Bytes

Vite + Preact + WindiCSS starter

This project uses Vite for blazing fast development server ⚡

Features:

  • 🌀 Preact
  • 🎨 Windicss v3
  • Vite v2.0
  • 📝 Eslint
  • ✨ Prettier
  • 🔱Typescript
  • ☁️ Deploy on Netlify, zero-config
  • 🐺 Husky for pre-commit lint
  • ❓ PWA? (UNTESTED)

Clone this repo

Use degit

degit gnomeria/preact-vite-starter my-project

or

git clone https://github.com/gnomeria/preact-vite-starter

Installation

pnpm install

Development

pnpm dev

Build

pnpm build