Files
dolt/samples/js/counter
Sungguk Lim 3e0056a5fa Fix nitty typo from counter sample README. (#3187)
Delimiter should be `::` instead of `:`.
2017-02-13 10:05:23 -08:00
..
2016-10-19 11:36:48 -07:00
2017-01-20 11:42:32 -08: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.