redux-saga-beginner-tutorial
                                
                                 redux-saga-beginner-tutorial copied to clipboard
                                
                                    redux-saga-beginner-tutorial copied to clipboard
                            
                            
                            
                        Wrong url in the server output
After starting the app we're presented with :
$ npm start
> [email protected] start /Users/sasklacz/Work/OSS/sagas-experiment
> budo main.js:build.js --dir ./ --verbose  --live -- -t babelify
[0001] info  Server running at http://10.192.128.156:9966/ (connect)
[0001] info  LiveReload running on 35729
where we should get localhost:9966 instead.
This worked for me, https://github.com/redux-saga/redux-saga-beginner-tutorial/issues/47