yms
======

Server for projects built with [ymb](https://www.npmjs.org/package/ymb). Runs on top of [koa](http://koajs.com/).

Requirements
------------
yms works with Node.js 7+

Fast start
---------------
```bash
# Install yms into your project
npm install --save yms

# Generate `server.js` file (and tune it if needed)
./node_modules/.bin/yms configure .

# Start yms server
node server.js
```
