https://github.com/g-rath/electron-forge-webpack-ts-starter
A ready-to-go electron application that uses typescript, that can be used as a starting point for projects.
https://github.com/g-rath/electron-forge-webpack-ts-starter
Last synced: about 1 year ago
JSON representation
A ready-to-go electron application that uses typescript, that can be used as a starting point for projects.
- Host: GitHub
- URL: https://github.com/g-rath/electron-forge-webpack-ts-starter
- Owner: G-Rath
- Created: 2019-02-06T03:18:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T22:12:07.000Z (about 5 years ago)
- Last Synced: 2025-02-28T16:57:16.602Z (over 1 year ago)
- Language: TypeScript
- Size: 814 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## @g-rath/electron-forge-webpack-ts-starter
This is an out-of-the-box starter structure for making an `electron` project,
using `typescript`, `webpack`, and `electron-forge`.
Just clone the project, run `npm i`, and you should be sweet.
It was `init`ed on a Windows 10 machine, meaning it might be missing a property
or two in the `package.json` for building for other platforms.
PRs & issues are welcomed :)