A simple and fast frontend starter template with delicious defaults.
- Vite - Lightning fast build tool for modern web dev.
- React - Everybody's favorite frontend library.
- TypeScript - Ready to go with TypeScript out of the box.
- Tailwind - Everybody's favorite CSS framework.
- ESLint - Modern flat config and best practices to make you better.
- pnpm - npm but better.
- Press the "Use this template" button at the top of this repository's GitHub page.
- Run
pnpm install
(get pnpm: https://pnpm.io/installation). pnpm start
for development.- Use
pnpm test
to run tests. pnpm build
for production builds.pnpm bump:[patch|minor|major]
for automatic version bumps with tagging.
Note: You can install pnpm
via homebrew
on macOS: brew install pnpm
.
This template was originally based on vite-ts-react-tailwind-template. This fork has been updated with my own personal preferences and a better eslint experience (thanks to Antfu's ESLint Config).