Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ste-vg/svg-squiggles

Wiggly Squiggly Fun.
https://github.com/ste-vg/svg-squiggles

Last synced: about 2 months ago
JSON representation

Wiggly Squiggly Fun.

Awesome Lists containing this project

README

        

# SVG squiggles
Colorful, mouse following, squiggles. Written with Typescript, GSAP and rxjs.

Demo https://codepen.io/steveg3003/full/qobgBM/

### Getting started
First you need to download the the packages

~~~~
npm install
~~~~

### Development
For development run

~~~~
npm run start
~~~~

Which will the app on http://localhost:3000 and will reload when you make changes

### Build
To create a new build run

~~~~
npm run build
~~~~

Which will create a new version of the app in a 'dists' folder.