A simple test project using Bun, React, Tailwind CSS, Shadcn UI, React Router and TanStack Query (React Query). First you need to install Bun if you haven't already.
To install dependencies:
bun install
To start a development server:
bun dev
To build for production:
bun build
To run for production:
bun start