Dynamics 365 Solution Assistant is an Electron.js based app to provide a UI solution packager with additional feature planned. (WIP)
Simply run the following command.
npm run electron:dev
Note that your browser will display an error related to electron and will not display the site, only the Electron shell will display the application.
To debug Electron run the command above and then launch the debugger via Visual Studio Code using the included launch settings.
Split production build into multiple steps due to errors when combining the steps as one script.
npm run webpack:Production
npm run build
npm run electron:pack