Files
dolt/samples/js/counter

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.