Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/f0rr0/koa-webpack-boilerplate
- Owner: f0rr0
- License: mit
- Created: 2016-06-28T12:30:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T02:04:44.000Z (over 6 years ago)
- Last Synced: 2024-10-31T08:42:22.306Z (3 months ago)
- Topics: boilerplate, koajs, webpack
- Language: JavaScript
- Homepage: https://goo.gl/11q5fR
- Size: 5.86 KB
- Stars: 23
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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