https://github.com/greg-hellings/contact-manager-frontend
A demo frontend for Qooxdoo for azizpunjani's contanct-manager-express-backend
https://github.com/greg-hellings/contact-manager-frontend
Last synced: about 1 year ago
JSON representation
A demo frontend for Qooxdoo for azizpunjani's contanct-manager-express-backend
- Host: GitHub
- URL: https://github.com/greg-hellings/contact-manager-frontend
- Owner: greg-hellings
- Created: 2013-11-06T06:01:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-13T05:08:57.000Z (over 12 years ago)
- Last Synced: 2025-06-10T20:01:06.564Z (about 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a demo contact list front-end written with the Qooxdoo JavaScript widget library.
To deploy you will need first to get http://github.com/azizpunjani/contact-manager-express-backend up and running on your machine with NodeJS. Additionally you will need to install Qooxdoo (this applicaiton was developed against version 3.0.1). After you have the backend up and running, you will need to change into the public/app folder and clone this repository into that. You can then run the command ./generate.py within this folder.
Access will be under the directory /app/source/. If, instead, you execute './generate.py build' then you will be able to access the built version of the application at /app/build/.
Alternatively you could build in any other directory on your system and transfer the build results into the public/ directory of your contact-manager-express-backend setup.