add getting start resource

This commit is contained in:
dead_horse 2014-07-26 14:43:41 +08:00
parent 2a040da429
commit 37e273f85c

View file

@ -39,6 +39,11 @@ alias node='node --harmony'
- [FAQ](docs/faq.md)
- __#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