README
electron-react-ts-starter
A starter kit for Electron + React + Typescript.
The fastest way to get start is to use degit
npx degit lucifer1004/electron-react-ts-starter my-electron-app
The kit is integrated with the following packages:
Develop
yarn start
Note that port 9000 should be available.
Test
yarn test
Package
yarn package
Make
yarn make
Publish
yarn publish