vite-react-ts-extended
vite react-ts templete + eslint, jest, tailwindcss
This is the official Vite template(npm init vite@latest myapp -- --template react-ts
) with the following additional tools set up.
- eslint-typescript and Prettier integration
- jest, React Testing Library, react-hooks-testing-library, MSW
- tailwindcss
Installation
npx degit laststance/vite-react-ts-extended myapp
cd myapp && yarn && yarn dev
or npm
cd myapp && npm i && npm run dev
License
MIT