react-webpack-generators / react-webpack-template

Simple react webpack template
MIT License
82 stars 43 forks source link

Disable opening web browser on npm start #48

Closed sthzg closed 8 years ago

sthzg commented 8 years ago

This PR removed calling open() in server.js and added output with the dev server urls after the initial Webpack compilation.

Closes #47