Demo for the eth-balance-checker
module.
Install packages:
npm install
# OR #
yarn
Watch for file changes and compile in dev mode, output to dist/
:
npm run dev
# OR #
yarn dev
Compile for production, output to docs/
:
npm run build
# OR #
yarn build