Skip to content

The basic hello-world app built with react, typescript and vite.

License

Notifications You must be signed in to change notification settings

physicsSorcererKing/react-vite-template

Repository files navigation

React Vite Template


Features

  • TypeScript 5
  • React 18
  • ESLint
    • automatically remove unused imports
    • sorted imports
    • with Prettier
  • tsconfig
    • strict mode
    • alias paths '@'
  • Husky & Lint-staged
    • pre-commit hook to execute ESLint & Prettier