When I'm running npm start and wait for it to finish compiling, it starts the browser and directs it to http://localhost:3000 . However, the browser page permanently stays in the "Waiting for localhost..." state and never loads anything. Any idea what might be wrong? Here's the output from npm start:
> react-webpack-php-starter@1.0.0 start d:\Dropbox\Code\react-wp-php-test
> webpack --watch
Hash: f957519399a96a6eb337
Version: webpack 1.15.0
Time: 8064ms
Asset Size Chunks Chunk Names
f4769f9bdb7466be65088239c12046d1.eot 20.1 kB [emitted]
448c34a56d699c29117adc64c43affeb.woff2 18 kB [emitted]
fa2772327f55d8198301fdb8bcfc8158.woff 23.4 kB [emitted]
e18bbf611f2a2e43afc071aa2f4e1512.ttf 45.4 kB [emitted]
89889688147bd7575d6327160d64e760.svg 109 kB [emitted]
bundle.js 3.11 MB 0 [emitted] main
bundle.css 146 kB 0 [emitted] main
[0] multi main 28 bytes {0} [built]
+ 564 hidden modules
WARNING in ./~/request-promise/~/request/~/har-validator/~/ajv/dist/ajv.bundle.js
Critical dependencies:
1:476-483 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.
@ ./~/request-promise/~/request/~/har-validator/~/ajv/dist/ajv.bundle.js 1:476-483
Child extract-text-webpack-plugin:
+ 7 hidden modules
Child extract-text-webpack-plugin:
+ 2 hidden modules
[BS] Proxying: http://local.react-starter
[BS] Access URLs:
----------------------------------------------
Local: http://localhost:3000
External: http://192.168.10.1:3000
Tunnel: https://lygyzbulyx.localtunnel.me
----------------------------------------------
UI: http://localhost:3001
UI External: http://192.168.10.1:3001
----------------------------------------------
[BS] Watching files...
I'm running this on WIndows 10, if it matters.
When I'm running
npm startand wait for it to finish compiling, it starts the browser and directs it to http://localhost:3000 . However, the browser page permanently stays in the "Waiting for localhost..." state and never loads anything. Any idea what might be wrong? Here's the output fromnpm start:I'm running this on WIndows 10, if it matters.