Electron app with server-side rendering using:
- NodeJS 12.x
- Electron 16.x
- Typescript 4.x
Change the git branch to view each example:
Install node dependencies using:
npm install
Build Typescript source and run Electron using:
npm start
Build production app file using:
npm run dist
Unpack the app build to see the included files using:
npm run dist:unpack
For more information please contact kmturley