npm run dev 之后
===========================================================================
xiaok:react ccc123$ npm run dev
> tmpc@0.1.0 dev /Users/ccc123/code/aImportant/react
> concurrently "wait-on http://localhost:3000 && electron ." "cross-env BROWSER=none npm start"
[1]
[1] > tmpc@0.1.0 start /Users/ccc123/code/aImportant/react
[1] > react-scripts start
[1]
[1] ℹ 「wds」: Project is running at http://192.168.50.187/
[1] ℹ 「wds」: webpack output is served from /
[1] ℹ 「wds」: Content not from webpack is served from /Users/ccc123/code/aImportant/react/public
[1] ℹ 「wds」: 404s will fallback to /index.html
[1] Starting the development server...
[1]
[1] Compiled successfully!
[1]
[1] You can now view tmpc in the browser.
[1]
[1] Local: http://localhost:3000/
[1] On Your Network: http://192.168.50.187:3000/
[1]
[1] Note that the development build is not optimized.
[1] To create a production build, use npm run build.
[1]
[0] true
[0] http://192.168.50.187:3000
[0] wait-on http://localhost:3000 && electron . exited with code 0