airtoxin / online-game-app

online boardgaming server & client application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online-game-app

Need to know

Need rebuild

Execute those codes after installing modules.

npm install --save-dev electron-rebuild
./node_modules/.bin/electron-rebuild

details

css-modules

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

online boardgaming server & client application

License:MIT License


Languages

Language:TypeScript 96.9%Language:HTML 1.6%Language:JavaScript 1.2%Language:CSS 0.3%