Skip to content

Electron9/React16/Mobx4/webpack4 development template.

Notifications You must be signed in to change notification settings

presentra/electron-react-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-react-template

[ electron9 + react16 + mobx4 + webpack4 + react-router4 + babel7 + eslint + editorconfig ] development template.

build command

# check usage
$: node ./build.js --help
# build web dist resources
$: node ./build.js web-dist
# build for windows
$: node ./build.js build-win
# build for linux
$: node ./build.js build-linux
# build for mac
$: node ./build.js build-mac
# build for all platforms
$: node ./build.js build-all
# clean build directory
$: node ./build.js clean-build

About

Electron9/React16/Mobx4/webpack4 development template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • HTML 36.5%
  • CSS 14.2%
  • Other 0.4%