airtoxin / ts-electron

electron + webpack + typescript + css-modules + react + redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-electron

electron + webpack + typescript + css-modules + react + redux

Its foundation is mostly powered by 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 internally uses webpack-merge's smart method, but that doesn't works well.

License

MIT

About

electron + webpack + typescript + css-modules + react + redux

License:MIT License


Languages

Language:TypeScript 92.8%Language:JavaScript 7.2%