React quickstart for Zero.
First, install dependencies:
pnpm i
pnpm approve-buildsNext, run docker:
pnpm dev:db-upIn a second terminal, run the zero cache server:
pnpm dev:zero-cacheIn a third terminal, run the Vite dev server:
pnpm dev:uiSee the complete documentation.