/yms

Server for projects based on ym modules

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

yms

Server for projects built with ymb. Runs on top of koa.

Requirements

yms works with Node.js 7+

Fast start

# 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