项目作者: Eshva

项目描述 :
Electron+Webpack+TypeScript minimalistic boilerplate.
高级语言: TypeScript
项目地址: git://github.com/Eshva/minimal-electron-webpack-typescript-boilerplate.git


Electron+Webpack+TypeScript minimalistic boilerplate

This is the samplest minimalistic boilerplate that uses Electron, Webpack and TypeScript. Both renderer and main process in TypeScript and built using Webpack.

To run:

  1. $ npm install
  2. $ npm run build
  3. $ npm start

To build a package:

  1. $ npm install
  2. $ npm run build
  3. $ npm run package

I’ve tested building a setup package on Windows only. Should be easy to fix on other platforms if any bugs will be found.

Inspired by tarunlalwani/electron-webpack-typescript-boilerplate