Description
I am working on isomorphic Go application and for practice and a point to start from I have downloaded the isogoapp provided on https://github.com/IsomorphicGo/isogoapp. Working from this point is far better for me now than starting from nothing.
The problem I am having is that for some reason unknown the transpiled Go file client.js cannot be found or read by the application thus does not function.
The error is in the browser console: client.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
client.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:1 Refused to execute script from 'http://localhost:8080/js/client.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Any one else working with isogpapp or an isomorphic application and run into this problem?