React-starter-kit: How to disable Browser sync?

Created on 22 Mar 2016  路  4Comments  路  Source: kriasoft/react-starter-kit

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?

All 4 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

artkynet picture artkynet  路  4Comments

buildbreakdo picture buildbreakdo  路  3Comments

fchienvuhoang picture fchienvuhoang  路  3Comments

scazzy picture scazzy  路  3Comments

shawn-dsz picture shawn-dsz  路  4Comments