项目作者: geekplux

项目描述 :
[Deprecated] Minimal koa v2 boilerplate. 🤣
高级语言: JavaScript
项目地址: git://github.com/geekplux/koa2-boilerplate.git
创建时间: 2016-01-20T09:49:14Z
项目社区:https://github.com/geekplux/koa2-boilerplate

开源协议:

下载


koa2-boilerplate [Deprecated]

⚠️ This project is created 3 years ago in order to try koa2. now it’s outdated.

A minimal boilerplate of koa v2.

NPM Version
NPM Downloads

Installation

Both ways you can start:

  1. fork this repo & git clone the repo
  2. npm install koa2-boilerplate

Command

Setup

  1. npm install

Develop

  1. npm start

Test

  1. npm test

Dependencies

  • Watcher and hot-reload: nodemon
  • Test:
  • Build: babel
    • tools: babel-register
    • presets: babel-preset-es2015-node5
    • plugins: transform-async-to-generator, syntax-async-functions
  • Lint:
    You can choose the lint tool that you prefer.

Reference

License

MIT © GeekPlux