cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

http://0.0.0.0:3000/ doesn't work (ERR_ADDRESS_INVALID) #112

Open karlpatrickespiritu opened 7 years ago

karlpatrickespiritu commented 7 years ago

I'm using windows 7. After I figured out what's wrong with my installation (#109, #110), I ran npm run build:dev and I assume it was all good since..

Hash: e33d77cfa9cd8a705812
Version: webpack 1.12.14
Time: 36629ms
   Asset    Size  Chunks             Chunk Names
index.js  952 kB       0  [emitted]  main
   [0] multi main 28 bytes {0} [built]
    + 243 hidden modules

And then I ran npm start

$ npm start

> universal-react-boilerplate@3.0.0 start C:\Users\Private\Development\web\links\food-shop
> cross-env NODE_PATH=source babel-node devServer.js | bunyan

[2016-12-01T17:22:19.277Z]  INFO: Universal React Boilerplate/2148 on KarlEspiritu-PC: Listening at http://0.0.0.0:3000

But the browser tab opened with the url http://0.0.0.0:3000/ gave me a ERR_ADDRESS_INVALID response.

Did I miss something?

ericelliott commented 7 years ago

Try http://localhost:3000/?

ooade commented 7 years ago

@karlpatrickespiritu Install bunyan