I automated my entire dev startup with one VS Code shortcut, and the terminal became optional
Developers build muscle memory around opening a terminal as soon as they open a project in a code editor like VS Code to run the project locally. For a long time, it was my routine as well. I would open VS Code, then immediately open a terminal window, and start typing the same command I had already run tens of times before. npm run dev for React frontends, uvicorn app:main for FastAPI, and go run main.go for Go backends and then Docker Compose and watch commands. None of these commands were too lengthy or difficult to remember, but they were repetitive in each session.
Developers build muscle memory around opening a terminal as soon as they open a project in a code editor like VS Code to run the project locally. For a long time, it was my routine as well. I would open VS Code, then immediately open a terminal window, and start typing the same command I had already run tens of times before. npm run dev for React frontends, uvicorn app:main for FastAPI, and go run main.go for Go backends and then Docker Compose and watch commands. None of these commands were too lengthy or difficult to remember, but they were repetitive in each session.
Ben Morris
United States
United States
Published by: aplhsindia.in
