Boilerplate for an Electron app. It uses:
- React
- Redux
- TypeScript
It also uses:
- Connected React Router for routing. This package supports only React Router v5.
- Redux Saga. An intuitive Redux side effect manager.
- SVG Spritemap Webpack Plugin to create SVG spritemap.
- SASS (SCSS), CSS pre-processor. CSS modules supported.
- Jest for tests.
- Webpack for bundling.
- Electron Packager for app packaging.
and other.