Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koajs/kick-off-koa
[MAINTAINERS WANTED] An intro to koa via a set of self-guided workshops
https://github.com/koajs/kick-off-koa
Last synced: about 1 month ago
JSON representation
[MAINTAINERS WANTED] An intro to koa via a set of self-guided workshops
- Host: GitHub
- URL: https://github.com/koajs/kick-off-koa
- Owner: koajs
- License: mit
- Created: 2014-07-21T04:06:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T15:35:07.000Z (9 months ago)
- Last Synced: 2024-04-14T04:06:44.058Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 698
- Watchers: 25
- Forks: 92
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-workshopper - kick-off-koa
- awesome-koa - kick-off-koa - An intro to koa via a set of self-guided workshops (Middleware)
README
kick-off-koa
----------[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Gittip][gittip-image]][gittip-url][npm-image]: https://img.shields.io/npm/v/kick-off-koa.svg?style=flat
[npm-url]: https://npmjs.org/package/kick-off-koa
[travis-image]: https://img.shields.io/travis/koajs/kick-off-koa.svg?style=flat
[travis-url]: https://travis-ci.org/koajs/kick-off-koa
[gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat
[gittip-url]: https://www.gittip.com/dead-horse/An intro to [koa](http://koajs.com) via a set of self-guided workshops.
![kick-off-koa](https://raw.githubusercontent.com/koajs/kick-off-koa/master/kick-off-koa.png)
## 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 should be running node 7.6 or higher for async/await support.
If you should use versions of node < 7.6, it's recommend using babel's require hook.
You can check [nvm](https://github.com/creationix/nvm) or [n](https://github.com/visionmedia/n) to
install node 7.6+.If you want to play offline, install all these dependencies first:
```
npm install koa koa-session co-body co-views ejs
```Now only english version was migrated to koa 2 but another is not. Meanwhile we are migrating to koa 2 and you can also take part in it.
## Learn More- [workshop](https://github.com/koajs/workshop) - A workshop to learn the basics of koa, Express' spiritual successor.
## License
MIT