DEV Community

Cover image for Starter Kit for Vite, Preact, TypeScript, Tailwind, ESLint ,stylelint, Prettier configuration, absolute imports
chandra penugonda
chandra penugonda

Posted on • Updated on

Starter Kit for Vite, Preact, TypeScript, Tailwind, ESLint ,stylelint, Prettier configuration, absolute imports

Starter Kit for Vite, Preact, TypeScript, Tailwind , absolute imports

Minimal, sensible defaults, fast.

screenshot of  raw `app.tsx` endraw

✨ 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.

Github repo: https://github.com/chandrakumarreddy/vite-ts-preact-tailwind-template

Top comments (0)