Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtoxin/ts-electron
electron + webpack + typescript + css-modules + react + redux
https://github.com/airtoxin/ts-electron
Last synced: about 9 hours ago
JSON representation
electron + webpack + typescript + css-modules + react + redux
- Host: GitHub
- URL: https://github.com/airtoxin/ts-electron
- Owner: airtoxin
- License: mit
- Created: 2018-01-27T15:12:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T09:35:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T08:13:20.928Z (7 months ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-electron
electron + webpack + typescript + css-modules + react + redux
Its foundation is mostly powered by [`electron-webpack`](https://github.com/electron-userland/electron-webpack).
## Need to know
`electron-webpack` provides `.css` file configuration automatically, but that one was not suit for css-modules.
So we use `.cssmodules` extension for css file._Note: `electron-webpack` provides way to [modifying default configuration](https://webpack.electron.build/modifying-webpack-configurations) internally uses [`webpack-merge`](https://github.com/survivejs/webpack-merge)'s smart method, but that doesn't works well._
## License
MIT