scotch-io / react-tweets

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js
697 stars 340 forks source link

how to generate bindle.js #24

Open whupanglong opened 8 years ago

whupanglong commented 8 years ago

from browser console got error: Failed to load resource: the server responded with a status of 404 (Not Found)

this file is not in public/js , this should be generated automatically ,but node server.js won't do. How ? Thanks

mrbfrank commented 8 years ago

First create the folder /public/js Then run this command @ the project root: npm run build Look @ "scripts" in package.json to see what it's doing.