Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenmiller888/keku
A template for Koa + Deku applications
https://github.com/stevenmiller888/keku
Last synced: about 2 months ago
JSON representation
A template for Koa + Deku applications
- Host: GitHub
- URL: https://github.com/stevenmiller888/keku
- Owner: stevenmiller888
- Created: 2015-05-11T18:44:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T23:36:38.000Z (over 9 years ago)
- Last Synced: 2024-08-01T12:35:06.751Z (4 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
- awesome-deku - keku - A template for quickly building Koa + Deku applications with ES6 support. (Boilerplate)
- awesome-starred - stevenmiller888/keku - A template for Koa + Deku applications (others)
README
# keku
> A template for quickly building Koa + Deku applications with ES6 support.
![](http://f.cl.ly/items/393h1R3w2V0v3V1p2y2G/Screen%20Shot%202015-05-12%20at%204.36.01%20PM.png)
## Installation
Make sure you have the [Khaos](https://github.com/segmentio/khaos) project scaffolder installed so you can easily build the template:
```bash
$ npm install -g khaos
```Then install the template locally:
```bash
$ khaos install stevenmiller888/keku
```## Usage
Create the app with the following command:
```bash
$ khaos create keku my-project
```The app is organized into two folders, client and server. You can use ES6 syntax in
both. On the client, a Deku application boilerplate is provided with a flux-like
architecture. On the server, a Koa application boilerplate is provided with a few middleware.## License
MIT