Alfresco QuickMag is a simple example of an HTML5-based mobile publishing app. It is developed in JavaScript using the Ember.js framework - http://emberjs.org
- FIX (list of features or problems)
This version of the app requires an AJAX proxy and therefore includes a simple Node.js preview server.
To launch the server type the following from the projects' home directory:
$ ./run-dev-server
Once the preview server is running, you can access the app by pointing your browser to [http://localhost:3000]
This project requires the following dependencies:
- Install Node.js using Homebrew or some other tool.
- Install npm using the instructions at [http://npmjs.org]
- Optional: This app uses {Less} for enhanced stylesheets; it is useful to have the unofficial {Less} app installed to auto-compile the stylesheets upon change.
- Enter the projects' home directory and install additional npm dependencies:
$ npm install -d