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.

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

GitHub

View Github