Skip to content

Vite, Preact,Typescript,Tailwind template along with ESLint ,stylelint and Prettier configuration, absolute imports

License

Notifications You must be signed in to change notification settings

chandrakumarreddy/vite-ts-preact-tailwind-template

Repository files navigation

Starter Kit for Vite, Preact, TypeScript, Tailwind and Node.js ESM

Minimal, sensible defaults, fast.

screenshot of app.tsx

✨ Technologies

  • Vite
  • Preact
  • Typescript
  • Tailwind CSS
  • ESLint
  • Prettier
  • Stylelint
  • husky and lint-staged
  • Path Alias (Absolute imports)

Setup

  • Press the "Use this template" on the top of this repository's GitHub page.
  • Run yarn install .
  • yarn dev for development.
  • yarn build for production builds.