yurychang / react-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 47.6%Language:CSS 28.6%Language:TypeScript 16.1%Language:HTML 6.6%Language:Shell 1.0%