Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morepriyam/more-chess
Online Multiplayer Chess App
https://github.com/morepriyam/more-chess
Last synced: 5 days ago
JSON representation
Online Multiplayer Chess App
- Host: GitHub
- URL: https://github.com/morepriyam/more-chess
- Owner: morepriyam
- Created: 2023-06-23T10:06:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T11:30:59.000Z (11 months ago)
- Last Synced: 2024-02-08T17:32:24.990Z (11 months ago)
- Language: TypeScript
- Size: 1.88 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# More-Chess
## Online Multiplayer Chess App
- BackEnd : **Express**- FrontEnd : **React.js**
### Frontend Startup:
- cd more-chess
- npm install
- npm start### Backend Startup:
- cd server
- add your mongodb link to defaultindex.js and rename it too index.js
- npm install
- npm run dev