Skip to content

malkiii/react-playground

Repository files navigation

React Playground

Local Usage

  1. install dependencies using bun:

    bun install
  2. start the development server on localhost:3000:

    bun run dev