Simple dashboard application for the occasional devops.
This is intended as a showcase application for a react
+ electron
architecture.
yarn start
will start the Electron app and the React app at the same time.
yarn build
will build the React app and package it along the Electron app.
Inspired by @kitze's cra + electron. Many thanks! Great work 👏.