https://github.com/zhaytam/electrochess
An online multiplayer chess game made with Electron, Angular and Bootstrap.
https://github.com/zhaytam/electrochess
angular bootstrap chess electron game
Last synced: 5 months ago
JSON representation
An online multiplayer chess game made with Electron, Angular and Bootstrap.
- Host: GitHub
- URL: https://github.com/zhaytam/electrochess
- Owner: zHaytam
- License: mit
- Created: 2017-12-11T22:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T06:17:13.000Z (over 2 years ago)
- Last Synced: 2024-12-19T19:32:32.062Z (7 months ago)
- Topics: angular, bootstrap, chess, electron, game
- Language: TypeScript
- Size: 3.26 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElectroChess
An online multiplayer chess game made with Electron, Angular and Bootstrap.
The main purpose was to create an Electron app using Angular (while learning it).### This project was created with:
* [Angular CLI](https://github.com/angular/angular-cli)
* [Electron](https://github.com/electron/electron)
* [Bootstrap](https://github.com/twbs/bootstrap)### Some of the libraries used:
* [socket.io](https://github.com/socketio/socket.io/)### Install & Test Run
* server folder:
* `npm install`
* `npm run server`
* client folder:
* `npm install`
* `npm run electron-build`
* `npm run electron` if you already built### Screens



