Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 546 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 546 Bytes

React SPA Template

Comes with...

  • React (TS + SWC)
  • React Router
  • Zustand
  • Tailwind CSS
  • DaisyUI
  • 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