This example demonstrates the minimal live reloading configuration.
package.jsoncontainswatchifyscript andbundle:prodfor production bundle creation.babelrccontains Babel transformation setup for development environment- Application code is in
srcfolder
You can run this example by typing
npm i && npm run watch
open http://localhost:3000 # OS X only
After the server is started, you can edit source files from src and
changes should be reloaded as they occur.
And extra: universal server side rendering in server.js