-
I am starting this issue in light of the recent announcement of [dropping ReactJS support](https://ma.tt/2017/09/on-react-and-wordpress/) by Matt.
---
Since I believe the community is moving in…
-
At least I think that's what's going on. I have paths in my app with dots in them. Works fine in React, but if I try to directly boot the app from that path (e.g. bookmarks), the app doesn't boot and …
-
Hello!
According to the babel documentation (https://babeljs.io/docs/usage/cli/), babel-node should not be used in production. I'm just wondering if there is a reason you are using babel-node to laun…
-
This is a great setup and I'd like to use for a new project.
I ran using "sudo npm start" and ran into this at the browser:
No Authorization header found
Can you add instructions to run this locally…
Rajan updated
8 years ago
-
Hi there!
I've been talking to @tj about creating an open collective for KoaJS like we did for https://github.com/apex/apex (see https://opencollective.com/apex)
The goal is to enable the community …
-
Can you put a sentence or two about how to deploy this configuration?
I'd like to just extend the koa to start, but when I do `npm run deploy` all I get is client side code in `./dist`
How should I …
-
Hello Visual Studio Code just released its 1.0 version and it is my main code editor for now. It features build in debugger which I would love to use for this starter kit mainly for `koa` server it wo…
ghost updated
8 years ago
-
Support for http/2 would be an interesting and forward-thinking feature for this project.
-
If the nested route has / then it is not working when I request to the nested route directly.
But React-router works with /
I am not sure if this is a issue, please investigate.
-
When I clone this kit and start success. But when I want start it with pm2, An error occurred:
``` js
PM2 Error: spawn babel-node ENOENT
PM2 at exports._errnoException (util.js:890:11)
PM2 at…