Dev Server Manager

Start, stop, and monitor the Vite dev server for Babylon.js projects.

1|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/gigi-f/babylon_fp --skill dev-server-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev Server Manager
Source: https://github.com/gigi-f/babylon_fp/tree/main/.claude/skills/dev-server-manager
Command: npx skills add https://github.com/gigi-f/babylon_fp --skill dev-server-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and troubleshoot the Vite development server for Babylon.js projects, enabling quick starts, testing, and issue diagnosis.

Core Features & Use Cases

  • Start, stop, and monitor the dev server from the project root.
  • Check if the server is running, adjust port/host, and preview production builds for verification.
  • Use cases include local development, collaboration, and rapid debugging of game features.

Quick Start

Start the dev server in the project directory and verify it is listening on http://localhost:5173.

Frequently Asked Questions about Dev Server Manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start and stop the Vite dev server for a Babylon.js project?

To start and stop the Vite dev server for a Babylon.js project, use Dev Server Manager to execute run commands directly from the project root and validate server availability.

How can I check if my Vite dev server is running and listening on the correct port?

You can check if the Vite dev server is running by monitoring its status and verifying it listens on the configured port, defaulting to http://localhost:5173 for local development.

Can I configure the host and port settings for a Vite development server?

Yes, you can configure the host and port settings for a Vite development server to enable host exposure and ensure teammates have consistent server status checks during collaboration.

Why does my Vite dev server fail to start during local debugging sessions?

If your Vite dev server fails to start during local debugging, use Dev Server Manager to perform basic troubleshooting, validate project context, and check for port availability issues.

What is the best way to verify a production build preview for a Babylon.js game?

The best way to verify a production build preview for a Babylon.js game is to use Dev Server Manager to run the server and validate the build output within the project context.