All Projects → berwin → Demos

berwin / Demos

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Demos

Rich Text Editor
Math editor (http://digabi.github.io/rich-text-editor/)
Stars: ✭ 45 (-67.39%)
Mutual labels:  demo, editor
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+2284.06%)
Mutual labels:  demo, editor
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (+15.22%)
Mutual labels:  demo, editor
Flutter crop
Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
Stars: ✭ 107 (-22.46%)
Mutual labels:  demo, editor
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+8407.97%)
Mutual labels:  editor
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+1194.93%)
Mutual labels:  editor
Cloudkit Demo.objective C
Stars: ✭ 133 (-3.62%)
Mutual labels:  demo
Swift project
原OC项目用swift实现,纯swift项目,可作为学习swift的demo,包含多个自定义控件,并且进行封装网络请求库,结构清晰。
Stars: ✭ 133 (-3.62%)
Mutual labels:  demo
Gameframework demo
基于Unity3D框架Game Framework( http://gameframework.cn )的教程和实例,对应教程:http://www.benmutou.com/archives/category/unity3d/game-framework
Stars: ✭ 138 (+0%)
Mutual labels:  demo
Laravel Dotenv Editor
The .env file editor tool for Laravel 5.8+
Stars: ✭ 137 (-0.72%)
Mutual labels:  editor
Ngx Joyride
Angular Joyride/Tour library
Stars: ✭ 135 (-2.17%)
Mutual labels:  demo
Hrcloud2
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
Stars: ✭ 134 (-2.9%)
Mutual labels:  editor
Spring Boot Demo
Spring Boot的基础教程,由浅入深,一步一步学习Spring Boot,最后学到的不单单是基础!Spring Cloud基础教程请看:https://github.com/roncoo/spring-cloud-demo
Stars: ✭ 1,687 (+1122.46%)
Mutual labels:  demo
Blazorchatsample
A sample Blazor chat application using SignalR
Stars: ✭ 134 (-2.9%)
Mutual labels:  demo
Ngx Quill Example
demo app for the advanced usage of ngx-quill module
Stars: ✭ 137 (-0.72%)
Mutual labels:  editor
Eleme
restructure..
Stars: ✭ 1,635 (+1084.78%)
Mutual labels:  demo
Tagger
Zero Dependency, Vanilla JavaScript Tag Editor
Stars: ✭ 135 (-2.17%)
Mutual labels:  editor
Vue Jsplumb Editor
利用vue、jsPlumb参照阿里pai平台
Stars: ✭ 137 (-0.72%)
Mutual labels:  editor
Notepanda
📃 A simple cross-platform notepad. Based on Qt and C++.
Stars: ✭ 134 (-2.9%)
Mutual labels:  editor
Cadeditor
NES Universal Level Editor (Chip & Dale, Darkwing Duck, Duck Tales, Duck Tales 2, MegaMan 4, Chip & Dale 2, Tale Spin, Little Mermaid, Jungle Book, Flintstones and many others)
Stars: ✭ 134 (-2.9%)
Mutual labels:  editor

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].