Webpack + Typescript
Create a new Electron app with webpack and TypeScript.
Last updated
Was this helpful?
Create a new Electron app with webpack and TypeScript.
Last updated
Was this helpful?
To get you up and running as fast as possible with and , we provide a template that makes use of the with sane TypeScript configuration defaults.
There have been reports that using the Git Bash command line on Windows specifically with this template will prevent the Electron app from rendering (packaged apps are fine). We recommend that on Windows, you use CMD.exe, PowerShell, or .
Once you've initialized the template, you'll need to run npm start
in the generated directory. See the documentation for Electron Forge-specific configuration options.