A minimalist starter kit for Solid.js applications using @pathscale/ui components.
- Feature-based architecture (
auth,admin,user) - Modern build system with RSBuild
- TailwindCSS + DaisyUI styling
- Dark/light theme support
- TanStack Query for data fetching
- Type-safe with TypeScript
# Install dependencies
bun install
# Development
bun dev
# Build
bun build
# Preview
bun preview
# Code quality
bun typecheck
bun lint
bun formatMIT