Skip to content

qooxdoo/qxl.playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qooxdoo Playground

A playground for application coding. This application features a code editor and a live preview of the application.

Online version

http://www.qooxdoo.org/qxl.playground/

Developing Playground

Clone this repo and compile it:

    $ git clone https://github.com/qooxdoo/qxl.playground
    $ cd qxl.playground
    $ qx package install
    $ npm install
    $ qx serve

Then open http://localhost:8080