Skip to content

React/Vite starter project, TypeScript, ESlint, Prettier, Jest, React Testing Library

License

Notifications You must be signed in to change notification settings

shaho/vite-react-disco

Repository files navigation

VITE React Disco 🎼


React/Vite starter project integrated with TypeScript, ESlint, Prettier, Jest, React Testing Library with the ability to resolve imports using TypeScript's path mapping.

🚀 Quick start

Bare bone version just like CRA

npx degit shaho/vite-react-disco my-app && cd my-app && yarn

Tailwind CSS Support

npx degit shaho/vite-react-disco#tailwindcss my-app

Styled Components + TailwindCSS + Twin Support

npx degit shaho/vite-react-disco#tailwind-styled-components my-app

Why Vite?

Vite uses esbuild in the development mode and it is written in Go and do a lot of optimizations, So it is faster than javascript-based bundler like webpack, rollup, or parcel in the magnitude of 10-100x.