ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

net::ERR_ADDRESS_INVALID #556

Closed androiderik closed 6 years ago

androiderik commented 6 years ago

show in readme, if you are a windows user, better to use address 127.0.0.1 instead 0.0.0.0 in the file: values.js in config directory....

// The host on which the server should run. host: EnvVars.string('HOST', '127.0.0.1')

birkir commented 6 years ago

Dupe of #379