koa-skeleton icon indicating copy to clipboard operation
koa-skeleton copied to clipboard

🗺 a simple app that demonstrates koa + postgres + other useful abstractions

Results 7 koa-skeleton issues
Sort by recently updated
recently updated
newest added

"There's nothing here, yet." is what the page says when clicking the link to the live demo page.

Made a lot of churn in the schema and need to look at my indexes again. For example, now I'm sorting by created_at now that I use UUID keys yet...

I was too eager to test my `react-template-render` library in koa-skeleton and thus replaced my Pug templates with .jsx templates. But now I need Babel to compile .jsx into .js....

Replace singleton modules with function modules that initialize an object that's then threaded through the app. For example, this would allow tests to invoke a fresh app every time instead...