this is react starter using vite.
- TypeScript
- React
- Recoil
- CSS Modules
- Vite
- Jest
- Prettier
- ESLint
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.