ngokevin / aframe-react-boilerplate

:sunglasses: Boilerplate for building virtual reality (VR) experiences with A-Frame and React using aframe-react.
https://ngokevin.github.io/aframe-react-boilerplate/
MIT License
376 stars 156 forks source link

http://localhost:8080/bundle.js not found #19

Closed sirkitree closed 8 years ago

sirkitree commented 8 years ago

Cloned this and ran the commands from the README but continue to get a not found for the bundle. It doesn't seem to be generating. I'm not getting any errors from webpack so it looks like it's running ok, but there are no new files generated outside of node_modules.

I tried messing with the webpack.config.js a bit, but no luck there either.

Here's my output if you have time to take a look and tell me what might be going wrong: https://gist.github.com/sirkitree/3b6a1574a7ac004dfc13606e1b746b7a

RSpace commented 8 years ago

I often have issues running webpack dev server - or any other server - on port 8080. Try running webpack on a different port with the --port flag. You can see an example here: https://github.com/RSpace/agile-space/blob/master/package.json

sirkitree commented 8 years ago

Thanks that worked. Pull request submitted.