Build electron apps with typescript the easy way. By splitting the frontend code (react) from electron we can iterate faster and see changes faster.
git clone git@github.com:abacaj/electron-easy-ts.git
cd electron-easy-ts
yarn install
yarn dev
yarn build