Files
dolt/samples/js/counter
Erik Arvidsson 984fef226f Change dataset CommitWithParents to Commit with options (#2095)
The new API is `ds.Commit(value, CommitOptions{Parents: p})`

Related to #2012
2016-07-19 14:30:59 -07:00
..
2016-06-05 02:37:28 -07:00
2016-07-12 16:02:32 -07:00
2016-07-06 14:20:05 -07:00

js/counter

counter uses noms/js to read and write a simple incrementing counter.

Getting Started

noms serve ldb:/tmp/noms &
cd ../../samples/js/counter
pushd ..
npm install
popd
npm install
node . http://localhost:8000:counter

You only need to do the npm install calls once. After that you can use npm run build or npm run start for dev mode.