mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-20 19:38:55 -05:00
move clients/counter-js to clients/js/counter and various other cleanups (#1434)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../../js/.flowconfig
|
||||
@@ -1,16 +0,0 @@
|
||||
# counter-js
|
||||
|
||||
counter-js uses noms to read and write a simple incrementing counter
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
```
|
||||
cd ../server
|
||||
go build
|
||||
./server -ldb=/tmp/counter-js &
|
||||
cd ../../clients/counter-js
|
||||
npm install
|
||||
npm run build
|
||||
node dist/main.js http://localhost:8000/:counter-js
|
||||
```
|
||||
@@ -1 +0,0 @@
|
||||
../../../js/.babelrc
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../js/.flowconfig
|
||||
@@ -0,0 +1,16 @@
|
||||
# js/counter
|
||||
|
||||
counter uses noms/js to read and write a simple incrementing counter.
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
```
|
||||
cd ../server
|
||||
go build
|
||||
./server ldb:/tmp/noms &
|
||||
cd ../../clients/js/counter
|
||||
npm install
|
||||
npm run build
|
||||
node . http://localhost:8000:counter
|
||||
```
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "@attic/counter-js",
|
||||
"name": "@attic/counter",
|
||||
"main": "dist/main.js",
|
||||
"version": "1.0.1",
|
||||
"description": "noms example javascript client with a counter",
|
||||
"dependencies": {
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../../js/.babelrc
|
||||
Reference in New Issue
Block a user