Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Dev StarterNew to Visual Studio Code? Get it now.
Dev Starter

Dev Starter

Ayush Solanki

|
11 installs
| (1) | Free
Scan frontend and backend projects, install dependencies, and start them with one click.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dev Starter

Version License: MIT

Dev Starter scans your workspace for Node.js apps and helps you install and run them from one button in the VS Code title bar.

Project Links

  • GitHub profile: Ayush Solanki
  • Project repository: dev-starter
  • Issues and feedback: GitHub Issues

Why Dev Starter?

Many projects now keep a frontend and backend inside one workspace folder. Dev Starter is built for that flow.

It can:

  • Search subfolders for every package.json
  • Detect likely frontend and backend apps
  • Install dependencies when node_modules is missing
  • Start the best script from each app's package.json
  • Run frontend, backend, or both in separate terminals

How It Works

  1. Open a workspace that contains one or more Node.js projects.
  2. Click the Dev Starter icon in the editor title bar.
  3. Pick what you want to run:
    • frontend
    • backend
    • frontend + backend
    • a single detected project
  4. Dev Starter opens the correct terminal for each app, runs install if needed, and then starts the detected script.

Smart Detection

Dev Starter looks for:

  • package.json files across the workspace
  • lockfiles to detect npm, yarn, or pnpm
  • common frontend dependencies such as react, next, vue, and vite
  • common backend dependencies such as express, fastify, nestjs, and database packages
  • common scripts such as dev, start, serve, and preview

Supported Tools

  • Package managers: npm, yarn, pnpm
  • Scripts: dev, start, serve, preview
  • Workspace style: single app, frontend/backend split, and multi-folder Node.js workspaces

Local Testing

  1. Open this project in VS Code.
  2. Press F5 to launch the Extension Development Host.
  3. Open a workspace that contains frontend and backend folders with their own package.json.
  4. Click the Dev Starter icon and test the picker flow.

Roadmap

  • [x] Support frontend + backend monorepos
  • [ ] Let users choose a custom script when multiple scripts exist
  • [ ] Add a stop action for launched terminals
  • [ ] Improve detection for more full-stack templates

Built for developers who want setup and startup to feel automatic.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft