Example dapp to use Yoroi dapp connector
start development environment
npm run start
For production, you may have to set public path to /dist/
in webpack config then
npm run build
This builds the /dist
folder that can be served on your server.