Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 889 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 889 Bytes

Solution Assistant

Dynamics 365 Solution Assistant is an Electron.js based app to provide a UI solution packager with additional feature planned. (WIP)

Development Build

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.

Production Build

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

Demo

Solution Assistant Demo