Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 378 Bytes

Fractals

A js app for fractals visualisation

Running

You will need NodeJS and npm for starting up a simple HttpServer (to make js resources available).

Run npm install -g http-server to install the simple http-server for node.

Run http-server -a localhost -p 8080 -c-1 from app directory to startup the app.

Open http://localhost:8080/index.html.

Enjoy!