https://github.com/maurerkrisztian/electron-webpack-typescript-working-starter
You can work with electron (files) and DOM (document) in the same file.
https://github.com/maurerkrisztian/electron-webpack-typescript-working-starter
electron typescript webpack
Last synced: 2 months ago
JSON representation
You can work with electron (files) and DOM (document) in the same file.
- Host: GitHub
- URL: https://github.com/maurerkrisztian/electron-webpack-typescript-working-starter
- Owner: MaurerKrisztian
- Created: 2021-07-06T15:37:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T15:49:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T18:52:10.210Z (4 months ago)
- Topics: electron, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-webpack-typescript-working-starter
You can work with electron (files) and DOM (document) in the same file.
```
npm install
npm start
``````
npm run package // run electron-packager
```