The following script watches your code and rebuilds when you save. However it doesn't understand the routes and the page breaks on reload.
"start:dev": "webpack-dev-server --content-base build",
You put that script in package.json under the scripts object and run it w/ npm run start:dev