Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 420 Bytes

File metadata and controls

33 lines (21 loc) · 420 Bytes

Hello Zero

React quickstart for Zero.

How to Run

First, install dependencies:

pnpm i

Next, run docker:

pnpm dev:db-up

In a second terminal, run the zero cache server:

pnpm dev:zero-cache

In a third terminal, run the Vite dev server:

pnpm dev:ui

Learn More

See the complete documentation.