Merge pull request #319 from dead-horse/getting-start

Getting start
master
TJ Holowaychuk 2014-07-26 11:15:28 -07:00
commit ffe7d8c7ff
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<img src="https://dl.dropboxusercontent.com/u/6396913/koa/logo.png" alt="koa middleware framework for nodejs" width="255px" />
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
Expressive middleware for node.js using generators via [co](https://github.com/visionmedia/co)
@ -37,8 +37,14 @@ alias node='node --harmony'
- [Mailing list](https://groups.google.com/forum/#!forum/koajs)
- [Guide](docs/guide.md)
- [FAQ](docs/faq.md)
- [中文文档](http://koajs.cn/)
- __#koajs__ on freenode
## Getting start
- [kick-off-koa](https://github.com/koajs/kick-off-koa) - An intro to koa via a set of self-guided workshops.
- [workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor.
## Example
```js