Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 463 Bytes

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