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

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

View File

@ -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