This is a playground for fractals.

@peter peter authored on 14 Jan 2019
.vscode First version with the inward spiraling. 5 years ago
public First version with the inward spiraling. 5 years ago
src First version with the inward spiraling. 5 years ago
.gitignore First version with the inward spiraling. 5 years ago
README.md First version with the inward spiraling. 5 years ago
package-lock.json First version with the inward spiraling. 5 years ago
package.json First version with the inward spiraling. 5 years ago
tsconfig.json First version with the inward spiraling. 5 years ago
tslint.json First version with the inward spiraling. 5 years ago
README.md

Fractals

This is a playground for fractals.

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