mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-15 10:10:50 -06:00
js/counter
counter uses noms/js to read and write a simple incrementing counter.
Getting Started
cd samples/js/counter
yarn
node . http://localhost:8000::counter
For dev mode you might want to run yarn run start instead which does not obfuscate the source.