Skip to content

React Web

  1. Set up project via: npx tiged --mode=git git@github.com:livestorejs/livestore/examples/standalone/linearlite my-app

  2. Install dependencies

    bun install
  3. Run dev environment

    bun dev
  4. Open browser

    Open http://localhost:60000 in your browser.

    You can also open the devtools by going to http://localhost:60000/_devtools.html.