Frontend Run Server

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

tomevault-io 9759d7a 2 files · 1.6 KB Updated

File contents

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:

    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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/jpmolinamatute--arch-stats--frontend-run-server commit 9759d7a707

Frequently asked questions

npx skillmds@latest add tomevault-io/frontend-run-server