Skip to content

standart html, css and js files for LightGap implementation

License

Notifications You must be signed in to change notification settings

canmogol/LightGap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

standart html, css and js files for LightGap implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published