npm install
or
yarn install
npm run electron:serve
or
yarn electron:serve
npm run electron:build
or
yarn electron:build
npm run lint
This project already contains a Visual Studio Code debugging configuration. Just create some breakpoints and run Electron: All
.
npm run serve
or
yarn serve
And open localhost:8080
in your browser or choice.
- Go to
about:config
- search for a
dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled
flag and change it totrue