zadzbw / vite-preact-template

vite template for creating a Preact App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-preact-template ✏️

A vite template for creating a Preact App with typescript, tailwindcss, scss, eslint, prettier, vitest, husky and lint-staged. Also support electron to create a desktop app.

image

Features 🎸

  • Preact as basic framework
  • hooks and signals
  • tailwindcss + scss for style
  • prettier + eslint for code style
  • vitest for unit test and component test
  • husky + lint-staged for pre-commit hook
  • electron for desktop app

Try it now 🚀

GitHub template

Use this template to create a new repo.

Clone to local

If you prefer to do it manually with the cleaner git history, you can do the following:

  1. download the template
npx degit zadzbw/vite-preact-template my-app
  1. push to your own repo
cd my-app

git init
git add .
git commit -m "commit message"
git remote add origin https://github.com/username/repositoryname.git
git push -u origin main
  1. install dependencies
npm install pnpm --global
pnpm install --frozen-lockfile

and then you can start develop your Preact App.

About

vite template for creating a Preact App

License:MIT License


Languages

Language:TypeScript 72.9%Language:JavaScript 12.8%Language:SCSS 8.8%Language:HTML 4.8%Language:Shell 0.7%