Skip to content
Jeffrey E. Shaver II edited this page Jan 21, 2016 · 19 revisions

Hot Module Reloading and Cloud 9

  1. Follow the steps on cloud nine to enable the port 8081
  2. Change the gulpfile.js file like this:
// Change the following line
b.plugin(liveReactLoad)
// to this
b.plugin(liveReactLoad, {port: 8081, host: 'safe-framework-<username>.c9users.io'})
  1. Run gulp watch

Clone this wiki locally