React + TypeScript + Vite Template

Template for React.

Check List

  • React
  • Typescript
  • ESLint & Prettier
  • Commit guard - Husky
  • Unit test - Vitest

Scrips

npm dev

Start development server.

npm build

Build production bundle to dist folder.

npm lint

Run ESLint for source code.

npm preview

Preview build app on local, should execute build script first.

Features

Coding style Guard