Hi there, I’m a little confused about how to get started with the Boss Machine project. link
I’ve set up the server.js file to run correctly (even double checked against solution code to be sure). However, when I load http://localhost:4001/ in my browser, I don’t see the front end. I just get an error on my screen that says “Cannot GET /”
I also get these two errors in the console:
Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”). injectGlobalHook.js:808:49
Content Security Policy: The page’s settings blocked the loading of a resource at http://localhost:4001/favicon.ico (“default-src”). FaviconLoader.jsm:191:19
I could go on writing the back end code and passing tests but… I’d like to figure out how the front end code gets properly mounted.
Any help is appreciated. Thanks!