Browse Source

Rename js-client to example

develop
Silvestr Predko 2 years ago
parent
commit
9134d966b7

+ 2
- 2
.gitignore View File

1
 /pkg
1
 /pkg
2
 /target
2
 /target
3
 /Cargo.lock
3
 /Cargo.lock
4
-/js-client/node_modules/
5
-/js-client/dist/
4
+/example/node_modules/
5
+/example/dist/

js-client/assets/index.html → example/assets/index.html View File


js-client/package-lock.json → example/package-lock.json View File


js-client/package.json → example/package.json View File


js-client/src/index.js → example/src/index.js View File


js-client/webpack.config.js → example/webpack.config.js View File


Loading…
Cancel
Save