Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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