Skip to content
/ kystack Public template

My personal go-to stack for frontend web development 🫡

License

Notifications You must be signed in to change notification settings

Kyziq/kystack

Repository files navigation

Kystack

My personal go-to stack for frontend web development 🫡

Key Components

Supporting Tools

Getting Started

Prerequisites

  • 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.

Setting up the project

  1. Clone the repository:
    git clone https://github.com/Kyziq/kystack
    cd kystack
  2. Install dependencies:
    bun install

Available Scripts

  • bun dev: Starts the development server with hot-reloading
  • bun build: Builds the project for production
  • bun preview: Serves the production build locally
  • bun format: Formats the code using Biome
  • bun lint: Lints the code using Biome
  • bun check: Checks the code using Biome

Future Improvements

Explore TanStack Start and React Compiler

About

My personal go-to stack for frontend web development 🫡

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published