• Stars
    star
    138
  • Rank 264,508 (Top 6 %)
  • Language
    JavaScript
  • Created about 10 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

demos 一个简洁的web开发编辑器

Demos

Demos 是一个风格简洁的代码编辑器,用来写demo,小案例等。

Demos 基于 Koa 与 MongoDB 开发

Clone codes and run

# clone from git
$ git clone [email protected]:berwin/demos.git

$ cd demos

# install dependencies
$ npm install

# copy the default configuration file
$ cp config/default.js config/index.js

# modify configuration file
$ vim config/index.js

# run
node app.js

deploy

# Start
pm2 start process.json

# Reload
pm2 reload process.json

# Delete
pm2 delete process.json