react-everywhere / re-start

react-native template to target multiple platforms :globe_with_meridians: :iphone: :computer: with single codebase.
https://medium.com/@amoghbanta/write-once-use-everywhere-with-react-native-d6e575efe58e#.nfl50gwfg
MIT License
1.3k stars 85 forks source link

the web page show nothing in production mode #17

Closed sopaco closed 7 years ago

sopaco commented 7 years ago

I generate the bundle.js via npm run build, and copy the file of index.html to the public folder, deploy them, but there is nothing shown in browser, what's wrong?