This is a simple live coding tool. It is not a full-featured code editor.
- Live coding
- Share your code
- Save tasks
- Load tasks
- Multi-editor
- Code editor
- Code autocomplete
- Code syntax highlighting
- Thames editor - darcula | monokai | neo | eclipse ...
- Code language support - JavaScript | CSS | SASS | XML | Markdown
Note: Right click at the editor to see the context menu.
npm install
development server:
npm run start:dev
production server:
npm run start:prod
or using pm2:
pm2 start ecosystem.config.js