dev-servers
CommunityStart backend and frontend development servers.
AuthorAppleLamps
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Start backend (FastAPI/uvicorn) and frontend (Vite) development servers with checks to ensure dependencies and environment are ready.
Core Features & Use Cases
- Check if dependencies are installed (backend venv present, frontend node_modules)
- Install missing dependencies (backend: pip install -r requirements.txt, frontend: npm install)
- Start servers: Backend: uvicorn main:app --reload; Frontend: npm run dev
- Verify .env exists in backend with OPENAI_API_KEY
Quick Start
Use the dev-servers skill to start the backend and frontend, ensuring the servers run on http://localhost:8000 and http://localhost:5173, respectively.
Guardrails
- Never expose or log the OPENAI_API_KEY
- Confirm with user before installing dependencies
- Warn if ports 8000 or 5173 are in use
Dependency Matrix
Required Modules
pipnpm
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dev-servers Download link: https://github.com/AppleLamps/web-term/archive/main.zip#dev-servers Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.