humblecoder00 / electron-boilerplate

A boilerplate for Electron with JSON database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A boilerplate for Electron with JSON database

Tech stack:

  • React CRA (Create React App)
  • Redux
  • Electron Store (JSON database)

Dev:

  • React-styleguidist for developing React components in isolation.
  • React & Redux devtools.
  • Electron Forge for deployment.

Commands:

npm run dev

Runs the app in the development mode.

npm run styleguide

Runs the React styleguide server.

npm run make

Builds the app for production to the build folder.
You will find the package installer related files inside out folder.
To install the app, use yourAppName Setup.exe file inside out/make/ folder.

About

A boilerplate for Electron with JSON database


Languages

Language:JavaScript 89.9%Language:CSS 6.7%Language:HTML 3.4%