1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-22 12:41:55 +00:00
Files
.github
aqua-examples
archived
aqua-ceramic-integration
curl_template
ether-price-getter
fluence-cuckoo
multi-service
web3-examples
web-frontend
public
src
.gitignore
.prettierrc.js
README.md
package-lock.json
package.json
tsconfig.json
web3-examples
community
js-client-examples
marine-examples
quickstart
.gitignore
Readme.md
examples/archived/web3-examples/web-frontend
boneyard93501 6381411ed9 Reorg ()
* init reorg

* updated readme

* fix CI

* remove outdated ipfs-node example

* add Readme

* update readme, add config file

Co-authored-by: folex <0xdxdy@gmail.com>
2021-07-16 02:04:18 -05:00
..
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00
2021-07-16 02:04:18 -05:00

How to run

To run app in the development mode use:

npm start

To run tests in the interactive watch mode use:

npm test

To make a production build use:

npm run build