ElAnonimo

Results 3 comments of ElAnonimo

Seems the issue is with the different ports in karma.conf.js: `proxies: { '/': 'http://localhost:8888/' },` `// web server port port: 8888,` Though I haven't yet resolved this.

Thanks a ton! You really helped me out. Any ideas as to why I could get 'Cannot GET / ' on http://localhost:3000/ ?

Turns out this is what one puts in the class body these days. `const App = () => ( Hi! )` This helped me find that out: https://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015%2Creact%2Cstage-0&targets=&browsers=&builtIns=false&code=const%20App%20%3D%20()%20%3D%3E%20(%0A%20%20%3Cdiv%3EHi!%3C%2Fdiv%3E%0A)