/about-admin

Primary LanguageTypeScript

Next.js Template

  • Next.js: React Framework
  • Zustand: State-management Solution
  • Tailwind CSS + RippleUI: CSS Framework
  • SWR: Data fetching hook

Getting Started

Run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.

Run the production server:

bun build
bun start