An open API service indexing awesome lists of open source software.

https://github.com/jochumdev/qooxdoo-tweets-tutorial

The qooxdoo Desktop Tutorial "Tweets"
https://github.com/jochumdev/qooxdoo-tweets-tutorial

Last synced: 8 months ago
JSON representation

The qooxdoo Desktop Tutorial "Tweets"

Awesome Lists containing this project

README

          

# qooxdoo "tweets" with [qxcompiler](https://github.com/johnspackman/qxcompiler)

This is the tweets application from the offical Qooxdoo [tutorial](http://www.qooxdoo.org/current/pages/desktop/tutorials/tutorial-part-1.html), its also here as an
example for an app with [QxCompiler](https://github.com/qooxdoo/qooxdoo-compiler).

I've added a demo for [qx-contrib-restful](https://github.com/drawstack/qx-contrib-restful) also.

See the online [Demo](https://pcdummy.github.io/qooxdoo-tweets-tutorial/tweets/).

### Install

#### Clone

```bash
$ git clone https://github.com/pcdummy/qooxdoo-tweets-tutorial.git
```

#### Run yarn install

```bash
$ cd qooxdoo-tweets-tutorial
$ yarn
```

### Compile, serve with grunt-contrib-connect and watch it :)

```bash
$ qx serve --target source
or
$ qx compile --target source --watch
```

### Develop it

### License

MIT