dev

Start Django backend and Vite frontend development servers with health checks.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/tizah/spotter-ai --skill dev-tizah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/tizah/spotter-ai/tree/main/.claude/skills/dev
Command: npx skills add https://github.com/tizah/spotter-ai --skill dev-tizah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of setting up and starting the local development servers for the Spotter Trip Planner application, enabling developers to test and debug the software locally.

Core Features & Use Cases

  • Start Django Backend: Initializes and runs the Django backend on port 8000.
  • Start Vite Frontend: Launches the Vite frontend on port 5173.
  • Background Execution: Both servers run in the background, allowing developers to continue working.
  • Health Check: Provides verification commands to ensure both services are running correctly.

Quick Start

To start the local development servers, run the following command: start-local-dev-server

Frequently Asked Questions about dev

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

FAQPage Schema
How do I start local development servers for a Django and Vite web application?

To start local development servers, you can run a command that initializes both the Django backend on port 8000 and the Vite frontend on port 5173 in the background. This coordinates your full stack environment simultaneously.

Can I run Django backend and Vite frontend servers in the background?

Yes, both the Django backend and Vite frontend servers execute in the background. This allows developers to continue working in the terminal while the local development environment remains active.

Do I need Bash and Python environments to run a local development server?

Yes, starting the local development server requires both Bash and Python environments. These environments are necessary to coordinate the Django backend and Vite frontend setup.

How do I perform a health check on running Django and Vite servers?

You can perform a health check by executing on-demand commands provided by the environment. These verification commands ensure both the Django backend and Vite frontend services are running correctly.

What is the best way to coordinate backend and frontend setup for local web application testing?

The best way to coordinate setup is using a command that simultaneously launches the Django backend and Vite frontend. This starts your local development environment for testing and debugging software locally.