# akb

`akb`是企业级的框架，但却并不是很重，拥有很多其他框架没有的优点

 - 目录结构清晰，易于维护
 - 容易上手
 - 基于Koa2，使用`async`和`await`同步编程的方式开发
 - 完善的错误处理和日志系统
 - 修改文件自动重载，无需重启
 - component 组件系统


## 如何使用

空的项目在 [akb-demo](https://github.com/searchfe/akb-demo)

```bash
$ git clone git@github.com:searchfe/akb-demo.git
$ cd akb-demo
$ npm install
$ npm run dev
```

启动后访问http://localhost:8849/
