Files
dolt/samples/js/counter
Erik Arvidsson e164f8aeec Flow header after copyright (#2734)
This puts the flow header after the copyright header.

It also:
 * fixes the existing files to have valid headers
 * Makes sure the script can handle doctype
2016-10-19 11:36:48 -07:00
..
2016-10-19 11:36:48 -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.