Electron app template with React, TypeScript and Webpack. That also configured ESLint, Jest, Storybook and Storyshots.
-
Clone template.
git clone https://github.com/reifujimura/electron-react-ts-webpack.git <your-app-name> cd <your-app-name>
-
Initialize project.
npm install
or
yarn