scotch-io/react-tweets

how to generate bindle.js

Opened this issue · 1 comments

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

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.