295 B
295 B
web-wallet
Project Setup
yarn
Compile and Hot-Reload for Development
yarn dev
Type-Check, Compile and Minify for Production
yarn build-only
Lint with ESLint
yarn lint
Format code
yarn format