/rdash-static

dist of https://github.com/rdash/rdash-jquery ; but simplified; with own customizations

Primary LanguageCSS

RDash-Static

Demo

For demo go to Test

Uses

Why this repo

rdash static is just a dist of the rdash-jquery; but

  • the files/directories are modified so that beginner web developer can understand what is going on.

  • static files are placed on 'static/' folder

Testing on *NIX

Requirement

  • Python3
$ make run

Raw way

$ cd <path of files>
$ python -m SimpleHTTPServer 8181

Test on the browser http://localhost:8181/index.html

@Todo

  • adding components