jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

"Unexpected token <" error in browser #12

Closed darkadept closed 8 years ago

darkadept commented 8 years ago

Getting this error in the browser console in a fresh-from-git version: "app.js:1 Uncaught SyntaxError: Unexpected token <".

jedwards1211 commented 8 years ago

Sorry, I changed the dev server port to 4000, so that the dev server could run separately and not be restarted when the server code changes. Try localhost:4000

darkadept commented 8 years ago

Ahh yes. Duh, it's in the README. I didn't catch the change. Thanks.

jedwards1211 commented 8 years ago

Yeah, I should probably start a changelog before long