Added Windows-optimized launcher:
- start-dev.bat: Simple batch file using npm run dev
- Automatically kills processes on ports 3001 and 5173
- Uses concurrently to run both services
- Single window, simpler than Python launcher
- Recommended for Windows users
Improved app.py:
- Better error output capture and display
- Increased wait time to 3 seconds
- Shows last 500 characters of error output
Windows users now have 3 options:
1. start-dev.bat (simplest - recommended)
2. python app.py (advanced with port management)
3. npm run dev (manual)
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>