react-toolbox / react-toolbox-example

Example using react-toolbox
143 stars 97 forks source link

Changed the readme with correct IP address of dev server #57

Open kokanek opened 6 years ago

kokanek commented 6 years ago

The IP address of dev server mentioned in readme file was '0.0.0.0:8080' whereas, according to webpack configuration file, it should be 'localhost:8080' or '127.0.0.1:8080'