An open API service indexing awesome lists of open source software.

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.

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
```