This project provides a very simple demo of a multichannel web application which is built using the following standards:
- W3C HTML5
- W3C Web Components
- W3C Pointer Events
- AMD
- CommonJS Packages
- Promises/A+
- Bind
Installation couldn't get any simpler:
$ git clone https://github.com/ccmitchellusa/mobileapp-demo.git
$ cd mobileapp-demo
$ bower install
Run the demo in your browser (replacing WEB_ROOT with your local web root):
http://{WEB_ROOT}/mobileapp-demo
This application uses the standard deliteful components library and requireJS for AMD loader, but you can easily add other web components such as Polymer's.
This project is distributed by the Dojo Foundation and licensed under the "New" BSD License. All contributions require a Dojo Foundation CLA.