-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jeffrey E. Shaver II edited this page Jan 21, 2016
·
19 revisions
- Follow the steps on cloud nine to enable the port 8081
- 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'})- Run
gulp watch