By Tim Farland twfarland@gmail.com. Displays use of a GCounter conflict-free replicated data type (CRDT), web workers, signals, and virtual dom.
node, npm, typescript, webpack
npm install
npm run dev
To get workers to run, serve the docs
folder, e.g. with cd docs; python -m SimpleHTTPServer
.
You can use the shortcut npm run serve
for this.
npm install
npm run build