mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
6381411ed9
* 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> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
.prettierrc.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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