how to use: clone this repository
git clone https://github.com/ashymee/electron-react-typescript-boilerplate.git && cd electron-react-typescript-boilerplate
install all packages needed,
# with yarn
yarn install
# or with npm
npm install
then run it,
# with yarn
yarn start
# or with npm
npm run start
you can read this documentation to manually install electron with cra-ts, and tailwind on the official site.