Run Dev

Show how to run the development server and client in separate terminals. Use when the user asks how to start dev, run the app, or start development servers. Use when this capability is needed.

tomevault-io Updated

File contents

Run development servers

Terminal 1: Server

npm run dev:cloudflare

This runs wrangler dev --config wrangler.dev.jsonc --port 8787

Terminal 2: Client

npm start

This runs the Vite dev server for the frontend.

Done

Server runs on http://localhost:8787 Client runs on http://localhost:5173


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/ofisk--loresmith-ai--run-dev commit f2df5ea4d9

Frequently asked questions

npx skillmds@latest add tomevault-io/run-dev