Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 196 Bytes

INSTALL.md

File metadata and controls

19 lines (11 loc) · 196 Bytes

Just run:

npm install
npm start

./node_modules/.bin/electron --enable-remote-debugging .

Development

Rebuilding webpack

npx webpack

Webpack watching

npx webpack --watch