Template project for desktop apps using Electron, React and Typescript.
As always, install packages:
npm install
Run:
npm start
It will launch webpack dev server and electron concurrently. It has fast refresh (AKA hot-reload) enabled by default.
Run:
npm test
This templated uses Jest (along with Ts-Jest) as testing framework.
Just run:
npm run pack
and the output will be in the ./pack
folder.