Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 891 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 891 Bytes

photonews

Build Status

Photonews is an example web application showing "modown" in action.

To setup and run the app

git clone https://github.com/imalberto/photonews.git
cd photonews
npm install
npm install grunt -g
grunt
npm start

What is the purpose of the app ?

The app attempts to show the following concepts using the modown family of components.

  • Isomophic design, meaning that controllers, models and views are both shared between the client and server runtimes.
  • Sharing of configuration to the client runtime.
  • Application level modules are written in ES6 module format, and levaraging the ES6 transpiler to enable loader metadata generation for YUI modules to share with the client runtime.
  • Integrating YAF on the client side.