Browse Source

Rename js-client to example

develop
Silvestr Predko 2 years ago
parent
commit
9134d966b7
6 changed files with 2 additions and 2 deletions
  1. 2
    2
      .gitignore
  2. 0
    0
      example/assets/index.html
  3. 0
    0
      example/package-lock.json
  4. 0
    0
      example/package.json
  5. 0
    0
      example/src/index.js
  6. 0
    0
      example/webpack.config.js

+ 2
- 2
.gitignore View File

@@ -1,5 +1,5 @@
1 1
 /pkg
2 2
 /target
3 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