Required:
- Windows 10
- Node.js 10.x - install with @jchip/nvm
- Python 2.7
- Visual Studio 2019 - Community Edition
- pick workload
Desktop Development with C++ - make sure
MSVC v142 - VS 2019 C++ x64/x86 build toolsis selected - make sure
Windows 10 SDK (10.0.18362.0)is selected
- pick workload
Steps:
- Run
npm ci - Run
npm start
After connecting DGT USB board, in order to find out the serial COM port that was assigned:
- Start device manager
- Open
Ports (COM & LPT) - Look for
USB Serial Device (COM?)
To enable bring up dev tool using Ctrl+Shift+I. Create an empty file .dev-tool.
ie: touch .dev-tool or echo 1 > .dev-tool
- electronjs.org/docs - all of Electron's documentation
- electronjs.org/community#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs