/LightGap

standart html, css and js files for LightGap implementation

Primary LanguageJavaScriptApache License 2.0Apache-2.0

LightGap

standart html, css and js files LightGap implementation

to run the sample application, first install Flask if you don't have;

http://flask.pocoo.org/docs/0.11/installation/

or you may prefer to run the php code, install apache and php from below page;

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

run below commands in the folder;

$ export FLASK_APP=server.py
$ export FLASK_DEBUG=1
$ python -m flask run

and open below URL;

http://127.0.0.1:5000/html/index.html

please check inheritance/prototype examples;

  • NewsController
  • TransportController
  • FeedbackController

MVVM implementation

Please check the mvvm folder for a simple and from scratch MVVM implementation. MVVM application implemented as a single page application.