项目作者: WahaWaher

项目描述 :
Desktop App Template (Electron, React, TypeScript)
高级语言: TypeScript
项目地址: git://github.com/WahaWaher/erts-app.git
创建时间: 2021-07-05T10:27:24Z
项目社区:https://github.com/WahaWaher/erts-app

开源协议:

下载


Desktop App Template

typescript, electron, electron-store, react(cra), react-redux, react-thunk, redux-persist

Get started

1. Clone and install

  1. git clone https://github.com/WahaWaher/erts-app app-name
  2. cd app-name && yarn
  3. cd ui && yarn
  4. cd ..

2. Fill/edit package.json

3. Scripts

  1. yarn dev:ui # start dev ui
  2. yarn dev:main # start dev main process
  3. yarn dev:ts # start typescript compiler for main process (watch mode)
  4. yarn build:pre # make unpacked prebuild
  5. yarn build:release # build release for win x64 (installer, zip)