simpler

Project setup

yarn
  • Compiles and hot-reloads for development
yarn electron:serve
  • Compiles and minifies for production
yarn electron:build
  • Lints and fixes files, analyse js bundle, generate docs
yarn lint
yarn analyse
yarn generate-docs

See Configuration Reference.