我已经创建了一个 React 应用程序,create-react-app但是每当我启动开发服务器(使用npm start)时,它都会打开我的浏览器。我想让它在我启动我的开发服务器时不会打开我的浏览器。
create-react-app
npm start
我怎样才能做到这一点?
configuration reactjs create-react-app
configuration ×1
create-react-app ×1
reactjs ×1