Files
dolt/samples/js/counter
2017-01-20 18:41:56 -08:00
..
2016-10-19 11:36:48 -07:00
2017-01-20 11:42:32 -08:00
2016-07-12 16:02:32 -07:00
2017-01-20 18:41:56 -08:00
2017-01-20 11:42:32 -08: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.