Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 433 Bytes

react-vite-starter

this is react starter using vite.

enviroment

Lang

  • TypeScript

FW

  • React
  • Recoil
  • CSS Modules

Tool

  • Vite
  • Jest
  • Prettier
  • ESLint

npm scripts

yarn dev : start dev server. yarn build : build production files in dist directory. yarn serve : locally preview production build. yarn lint : run ESLint. yarn test : run Jest. yarn tcm : generate style types by typed-css-modules.