Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtoxin/online-game-app
online boardgaming server & client application
https://github.com/airtoxin/online-game-app
Last synced: about 9 hours ago
JSON representation
online boardgaming server & client application
- Host: GitHub
- URL: https://github.com/airtoxin/online-game-app
- Owner: airtoxin
- License: mit
- Created: 2018-01-17T09:52:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T09:40:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T08:13:20.517Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# online-game-app
## Need to know
### Need rebuild
Execute those codes after installing modules.
```sh
npm install --save-dev electron-rebuild
./node_modules/.bin/electron-rebuild
```[details](https://electronjs.org/docs/tutorial/using-native-node-modules)
### 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](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