Rick Wong
Rick Wong
Do you get a 404 Not found in the first case? It might be a bug with nested routes support. I haven't tested nested routes with the starterkit.
Thanks! That would be great.
Hi @alexlafroscia, yes I would definitely be interested.
Koa-proxy is used to proxy GitHub API requests from the client in the example, so that the client-side never directly speaks to GitHub.
The latest master commit is kind of a work in progress. I've played with a few isomorphic SASS setups and the most productive one would be a webpack sass+css-loaders and...
And yes the readme can definitely explain more about the directory structure and some isomorphic concepts like external API access.
@trogdoro I'm sorry to hear you're burning through your life savings and most of your energy/sleep. Perhaps instead of a one-time Kickstarter campaign and then having the fear of running...
Thanks guys I will merge this later today.
Yeah I couldn't find a package that would wait for non-existent files to appear, they all just watched existing files or directories only... So I created one. And wait-run only...
By the way, I did start attempting to listen to the dev server, but apparently Webpack HMR communication to Node is file-based. So there was no dev server with a...