redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

This site can't be reached #18

Closed michaeljonathanblack closed 7 years ago

michaeljonathanblack commented 7 years ago
> redux-saga-beginner-tutorial@0.0.0 start /Users/mherold/git/temp/redux-saga-beginner-tutorial
> budo main.js:build.js --dir ./ --verbose  --live -- -t babelify

[0000] info  Server running at http://10.174.92.194:9966/ (connect)
[0000] info  LiveReload running on 35729
[0005] 4202ms     2.4MB (browserify)

If I navigate to http://10.174.92.194:9966/, Chrome returns "This site can’t be reached"

If I navigate to localhost:35729, I get the following.

// 20170125171035
// http://localhost:35729/

{
  "tinylr": "Welcome",
  "version": "0.2.1"
}

Neither appears to have console output or a counter. Not certain what I'm missing.

naboavida commented 7 years ago

Looks like its on: http://localhost:9966/

michaeljonathanblack commented 7 years ago

Ooh, thanks naboavida.