This is a playground for fractals.

@peter peter authored on 2 Oct 2019
.vscode Removed the server and switched to static file only. 4 years ago
public Removed the server and switched to static file only. 4 years ago
src Switched from string building to dom elements. 4 years ago
.gitignore Added deployment script. 4 years ago
Example.svg Added example image. 5 years ago
README.md Added example image. 5 years ago
package-lock.json Removed the server and switched to static file only. 4 years ago
package.json Removed the server and switched to static file only. 4 years ago
publish.sh Added deployment script. 4 years ago
tsconfig.json Added webpack. 4 years ago
tslint.json Updated TypeScript and other dependencies. 4 years ago
webpack.config.js Added webpack. 4 years ago
README.md

Fractals

This is a playground for fractals. Here is how the result currently looks:

Image of current rendering.

Dev

Install typescript and tslint globally, if you haven't aready.

npm install -g typescript tslint

Local dependencies:

npm install

Build

Compile TypeScript to JavaScript.

tsc

Executing this in the application's root folder will apply the settings from tsconfig.json.

Run

Run the application from the project's root folder.

node dist/app.js