Start both frontend (React/Vite/Next) and backend (Node/Express) servers with one command. It auto-detects folders and opens the frontend in Chrome incognito.
Features
One-click/shortcut start of frontend and backend in separate terminals.
The extension finds suitable frontend/backend folders (up to 3 levels deep) and runs their dev/start scripts.
Notes
If only one service is found, only that one starts.
If scripts are missing, sensible defaults are used (e.g., npx vite, npx next dev, npx nodemon).
Chrome must be installed and on PATH (Windows tries common install paths too). If incognito can’t be forced, it falls back to opening the URL normally.