Hi, I got it all working. I compiled the go code in windows. Got the latest distribution and got the compiled react code. run the compiled go file and it works fine. BUT THE BROWSER COULD NOT GET ANY CSS FILE FROM SERVER. I checked the direct link , in my case http://localhost:8065/static/css/bootstrap-3.3.5.min.css , and the css is downloaded. But the browser is not rendering any css. i can see that the css files are listed in the source node of the developer tools in the browser but when i click to see the css there is nothing there. ALSO the browser successfully gets the JS files from server but not the css. Please HELP!
↧