react-example icon indicating copy to clipboard operation
react-example copied to clipboard

step-2

Open zwchao opened this issue 8 years ago • 1 comments

访问localhost:3000时报错

Failed to load resource: the server responded with a status of 404 (Not Found) react-dom.min.js Failed to load resource: the server responded with a status of 404 (Not Found) app.js:1 Uncaught ReferenceError: React is not defined at Object.<anonymous> (app.js:1) at e (app.js:1) at Object.<anonymous> (app.js:1) at e (app.js:1) at app.js:1 at app.js:1

zwchao avatar Dec 01 '17 12:12 zwchao

前几步的教程里面没有配置hot-loader,需要先手动执行

$ node_module/.bin/webpack

Lobos avatar Dec 02 '17 05:12 Lobos