Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f0rr0/koa-webpack-boilerplate

Boilerplate for REST apps with Async/Await & Hot Module Replacement
https://github.com/f0rr0/koa-webpack-boilerplate

boilerplate koajs webpack

Last synced: 3 months ago
JSON representation

Boilerplate for REST apps with Async/Await & Hot Module Replacement

Awesome Lists containing this project

README

        

### koa-webpack-boilerplate

Minimal boilerplate to create REST apps with:
* [Node 6+](https://nodejs.org/en/) (Supports 96% of ES6)
* [Koa 2](https://github.com/koajs/koa/tree/v2.x) (async/await transpiled with Babel)
* [Webpack 2](https://webpack.github.io/) (ES6 modules and HMR)
* Hot Module Replacement for seamless workflow.

---

### How to use

Read [this](https://goo.gl/11q5fR) piece on Medium.

### License

MIT