Skip to content

Create a awesome desktop app with Electron + Typescript + React + Antd

License

Notifications You must be signed in to change notification settings

Source-Research/electron-antd

 
 

Repository files navigation

Quick start

install

yarn
# or
npm install

start dev

npm run dev

Overview

  • webpack
  • electron
  • electron-builder
  • electron-log
  • react
  • react-router
  • redux
  • ant-design
  • less
  • typescript
  • eslint
  • prettier

DevTools

Toggle DevTools:

  • OSX: Cmd Alt I or F12
  • Linux: Ctrl Shift I or F12
  • Windows: Ctrl Shift I or F12

Build package

Modify builder.config.ts to edit package info.

For a full list of options see: https://www.electron.build/configuration/configuration

Create a package for OSX, Windows and Linux

npm run build

Please check the release folder after the build is complete.

Old version

  • The browser-sync version archive to branch v1.0
  • The js-babel version archive to babel

License

MIT

About

Create a awesome desktop app with Electron + Typescript + React + Antd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • CSS 10.1%
  • JavaScript 3.7%
  • HTML 1.4%