Vercel Local Dev Loop
Prerequisites
- Completed
vercel-install-auth setup
- Node.js 18+ with npm/pnpm
- Code editor with TypeScript support
- Git for version control
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Working development environment with hot reload
- Configured test suite with mocking
- Environment variable management
- Fast iteration cycle for Vercel development
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
Overview
Configure Vercel local development with hot reload and testing.
Instructions
- Assess the current state of the testing configuration
- Identify the specific requirements and constraints
- Apply the recommended patterns from this skill
- Validate the changes against expected behavior
- Document the configuration for team reference