a custom configuration of electron-webpack-quick-start with typeorm via sql.js for portable persistent storage, react-redux for state-management, formik for form-building, bootstrap-grid for layout styling and Photon for native app styling.
Make sure to check out electron-webpack's documentation for available plugins and add-ons.
yarn install
yarn dev
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir