You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ailed to load resource: the server responded with a status of 404 (Not Found)
babel.min.js:24 Uncaught Error: Could not load http://localhost:3000/js/app.jsx
at XMLHttpRequest.n.onreadystatechange (babel.min.js:24)
The text was updated successfully, but these errors were encountered:
I'd check what is going on there - e.g. what is the current directory when you run the app, does it have js as its sub-directory and is the app.jsx in it.
@le93us If you just want to test gowebapp, cd $GOPATH/src/github/grisha/gowebapp and then run gowebapp. That'll make sure it uses the content from this tutorial.
The text was updated successfully, but these errors were encountered: