-
Notifications
You must be signed in to change notification settings - Fork 90
Description
I cloned the "simple website" repository and followed all the steps as mentioned in README. But, the website is not loading.
npm run watch - runs till 64 % and the last message is this
64% building modules 453/454 modules 1 active ...ack_template/static/css/fullstack.css(node:11878) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.
Hash: 9067f5fc162232cd71f4
Version: webpack 3.9.1
Time: 4004ms
Asset Size Chunks Chunk Names
1776662db43bd611e4eb11d2add6d1c6.jpg 1.24 MB [emitted] [big]
bundle.js 4.66 MB 0 [emitted] [big] main
styles.css 522 bytes 0 [emitted] main
[205] ./js/index.jsx 470 bytes {0} [built]
[305] ./js/App.jsx 3.02 kB {0} [built]
[306] ./js/Hello.jsx 4.23 kB {0} [built]
[447] ./images/header.jpg 82 bytes {0} [built]
[448] ./css/fullstack.css 41 bytes {0} [built]
[449] ./node_modules/css-loader!./css/fullstack.css 714 bytes [built]
- 447 hidden modules
Child extract-text-webpack-plugin:
1 asset
[0] ./node_modules/css-loader!./css/fullstack.css 714 bytes {0} [built]
[2] ./images/header.jpg 82 bytes {0} [built] - 1 hidden module
After running python server.py, the local host page is blank nothing is loaded.
Am I missing something?