标签: reactjs visual-studio-code
如文档https://code.visualstudio.com/docs/nodejs/reactjs-tutorial中所述,开发服务器应该运行npm start但在我的情况下,我们使用以不同方式配置的make run。所以make run为我们启动了端口xxxx上的网站。
npm start
make run
那么如何在VS Code中设置npm start以外的其他内容。