My personal go-to stack for frontend web development 🫡
- Vite - Frontend build tool
- React - UI library
- TypeScript - Typed JavaScript
- Biome - Fast, modern linter and formatter
- TanStack Router - Type-safe, file-based routing
- Zustand - Lightweight state management
- Tailwind CSS and shadcn/ui - UI styling
- react-helmet-async - Document head manager for React
- lefthook - Git hooks manager
- Bun - All-in-one JavaScript runtime & toolkit
If you don't have Bun installed, you can install it by following the instructions on the official Bun website.
- Clone the repository:
git clone https://github.com/Kyziq/kystack cd kystack
- Install dependencies:
bun install
bun dev
: Starts the development server with hot-reloadingbun build
: Builds the project for productionbun preview
: Serves the production build locallybun format
: Formats the code using Biomebun lint
: Lints the code using Biomebun check
: Checks the code using Biome
Explore TanStack Start and React Compiler