:zap: vite
:sparkles: react
:sparkles: typescript
:sparkles: tailwindcss
:sparkles: husky + lint-staged
:sparkles: eslint + prettier
install pnpm:
corepack enable
corepack prepare pnpm@latest --activate
pnpm -v
Please install eslint
and prettier
plugins on VS Code to apply code consistency and autoformatting.
install project:
pnpm install
running project:
pnpm run dev