LuisSala / QuickMag

Simple iPad "Magazine" written in HTML5 and backed by an Alfresco repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickMag

Description:

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

Features / Problems:

  • FIX (list of features or problems)

Synopsis:

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]

Requirements:

This project requires the following dependencies:

Install:

  • 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

About

Simple iPad "Magazine" written in HTML5 and backed by an Alfresco repository.


Languages

Language:JavaScript 100.0%Language:Shell 0.0%