Files
dolt/samples/js/counter
Ben Kalman b5098227b8 Add a perf viewer (#2434)
This is a web page which renders a graph of the data generated by perf
suite tests.
2016-08-30 16:11:21 -07:00
..
2016-06-05 02:37:28 -07:00
2016-07-12 16:02:32 -07:00
2016-08-30 16:11:21 -07:00

js/counter

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

Getting Started

noms serve /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.