This is a playground for fractals. A live version is hosted at https://infinity.synoikos.de/fractals/
Install typescript
and tslint
globally, if you haven't already.
npm install -g typescript tslint
Local dependencies:
npm install
Link to global typescript:
npm link typescript
Compile TypeScript to JavaScript.
npm run build
Open ./public/index.html
in your favourite browser.