Skip to content

Boiler Plate Vite + React + TypeScript + TailwindCSS + ESLint + Prettier + Husky + Lint-Staged

License

Notifications You must be signed in to change notification settings

adityahimaone/vite-react-ts-template

Repository files navigation

Boiler Plate

Vite + React + TypeScript + TailwindCSS + ESLint + Prettier + Husky + Lint-Staged

Features

  • 🦾 Up to date libraries version and their features
  • 🔎 Pre-configured and extensible ESLint configuration without wrong and unused rules designed for old React versions
  • 💅 Pre-configured and extensible Prettier configuration
  • 🔬 Git hooks for code formatting and linting pre-commit

Usage

npx degit adityahimaone/vite-react-ts-template my-app

cd my-app

# Required if you want a repository and work with Git hooks
git init

yarn install

yarn dev

Available commands

Run in development mode

  yarn dev

Create production build

  yarn build

Run ESLint linting

  yarn lint

Run Prettier formatting

  yarn format

Run TypeScript compiling

  yarn compile

Serve production build locally

  yarn preview

Resources

License

MIT

About

Boiler Plate Vite + React + TypeScript + TailwindCSS + ESLint + Prettier + Husky + Lint-Staged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published