# Frontend Run Server

> Use this to start the Vite development server for the Vue 3 frontend.

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

---


# Skill: Run Frontend Server

This skill automates launching the frontend development environment.

## Execution Steps

1. **Change Directory:** Navigate to the `./frontend/` directory.
2. **Execute Task:** Run the VS Code task: `"Start Vite Server"`.
   - *Note:* This task executes `npm run dev` within the `./frontend` context.
3. **Fallback:** If the task runner is unavailable, run manually:

   ```bash
   cd frontend
   npm install
   npm run dev
   ```

## Verification

- Confirm the Vite server is active (typically on <http://localhost:5173>).
- Ensure the frontend can communicate with the backend FastAPI service at /api/v0.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jpmolinamatute) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

