mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-25 03:34:05 -05: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.