[go: up one dir, main page]

Skip to content

krishna-santosh/react-spa-template

Repository files navigation

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

Note

If you see these warnings while installing the dependencies

WARN  2 deprecated subdependencies found: rollup-plugin-terser@7.0.2, sourcemap-codec@1.4.8

here's the Upstream Issue and PR that addresses this Issue