You can launch the site without Browsersync (cross-device testing, HMR, React Reload) by running:
$ npm run build # or, `npm run build -- --release`
$ node build/server.js
Does it work for you?
See also #react-starter-kit on StackOverflow.
It works for me!
Thank you for very quick response.
Just to clarify.. the way it currently works is that when you run npm run start, the tools/start.js script starts Webpack bundler in "watch" mode, enables HMR / React Hot Transform, launches node.js build/server.js Browsersync proxy on top of it.
Thank you.
I clearly understand what you explained, but I want to completely remove Browse sync from my project, is it possible?
Most helpful comment
Thank you.
I clearly understand what you explained, but I want to completely remove Browse sync from my project, is it possible?