yandex / yms

Server for projects based on ym modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Server for projects based on ym modules

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%