Skip to content

krishna-santosh/react-spa-template

Repository files navigation

React SPA Template

Comes with...

  • React 19 (TS + SWC)
  • React Router v7
  • Zustand
  • Tailwind CSS v4
  • DaisyUI v5
  • React Icons
  • PWA
  • Vite, ESLint, Prettier

Usage

Open in Stackblitz

or install locally

  • npm
npx degit krishna-santosh/react-spa-template my-app
  • pnpm
pnpx degit krishna-santosh/react-spa-template my-app
  • bun
bun create krishna-santosh/react-spa-template my-app