Skip to content

An intro to koa via a set of self-guided workshops

License

Notifications You must be signed in to change notification settings

youthchinagirl/kick-off-koa

 
 

Repository files navigation

kick-off-koa

NPM version build status Gittip

An intro to koa via a set of self-guided workshops.

kick-off-koa

Install

npm install -g kick-off-koa

Getting Started

After npm install -g kick-off-koa, Run kick-off-koa command.

To use kick-off-koa, you must be running node 0.11.13 or higher for generator and promise support. You can check nvm or n to install node 0.11.13+.

If you want to play offline, install all these dependencies first:

npm install koa koa-session co-body co-views ejs

Note that the exercises of kick-off are only verified under koa 1, but NOT koa 2. Meanwhile we are migrating to kao 2 and you can also take part in it.

Learn More

  • workshop - A workshop to learn the basics of koa, Express' spiritual successor.

License

MIT

About

An intro to koa via a set of self-guided workshops

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%