# 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.

- Skill: `tomevault-io/run-dev` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/run-dev`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/run-dev/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/run-dev

---


# Run development servers

## Terminal 1: Server

```bash
npm run dev:cloudflare
```

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

## Terminal 2: Client

```bash
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](https://tomevault.io/claim/ofisk) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

