Skip to content

Vite React frontend starter template with delicious defaults

License

Notifications You must be signed in to change notification settings

joejordan/vite-frontend-template

Repository files navigation

Vite React Frontend Starter Template

A simple and fast frontend starter template with delicious defaults.

Tech Included

  • 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.

Getting Started

  • 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.

Credits

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).