If you don't have a local webserver, you can view the demos here.
To install the demos, copy all files to the root of your local webserver.
If you have python installed, you can simply run python -m SimpleHTTPServer
after you cd
into the demos directory.
Alternatively, you can use the built-in static webserver.
- Install Node.js dependencies:
npm install http-server
- Start webserver
npm http-server ./ -p 8080
- You can now access the demo site under
http://localhost:8080