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"
- Host: GitHub
- URL: https://github.com/jochumdev/qooxdoo-tweets-tutorial
- Owner: jochumdev
- Created: 2016-08-01T17:29:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T18:39:16.000Z (over 8 years ago)
- Last Synced: 2025-10-14T01:32:01.639Z (8 months ago)
- Language: JavaScript
- Homepage: https://pcdummy.github.io/qooxdoo-tweets-tutorial/tweets/
- Size: 7.56 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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