0.0.2 • Published 10 years ago
generator-koat v0.0.2
generator-koat
Just a koa folder structure template for myself and with some example code
Warning
It use koajs 2.0.0 alpha.
Installation
First, install Yeoman and generator-koat using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-koat
Then generate your new project:
yo koat
# wait for process done
cd koat
gulp #start browserSync
License
MIT © Knovour Zheng