mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 11:31:37 -05:00
e164f8aeec
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
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.