examples/archived/curl_template/frontend
boneyard93501 6381411ed9
Reorg (#10)
* 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
..
public Reorg (#10) 2021-07-16 02:04:18 -05:00
src Reorg (#10) 2021-07-16 02:04:18 -05:00
.gitignore Reorg (#10) 2021-07-16 02:04:18 -05:00
.prettierrc.js Reorg (#10) 2021-07-16 02:04:18 -05:00
package-lock.json Reorg (#10) 2021-07-16 02:04:18 -05:00
package.json Reorg (#10) 2021-07-16 02:04:18 -05:00
README.md Reorg (#10) 2021-07-16 02:04:18 -05:00
tsconfig.json Reorg (#10) 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