https://github.com/nafeu/nafoodle.io
Experimental multiplayer party game starter built with React, NodeJs, and Socket.io.
https://github.com/nafeu/nafoodle.io
multiplayer-game nodejs react
Last synced: about 1 month ago
JSON representation
Experimental multiplayer party game starter built with React, NodeJs, and Socket.io.
- Host: GitHub
- URL: https://github.com/nafeu/nafoodle.io
- Owner: nafeu
- License: mit
- Created: 2019-03-02T22:39:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:12:55.000Z (over 2 years ago)
- Last Synced: 2025-04-09T22:57:38.777Z (about 1 month ago)
- Topics: multiplayer-game, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 611 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# nafoodle.io
Experimental multiplayer party game starter built with React, NodeJs, and Socket.io.
## Development
- This project is an early work-in-progress...
```
git clone https://github.com/nafeu/nafoodle.io.git
cd nafoodle.io
nvm use v12.14.1
npm install
```### Run Server
```
npm run dev
```### Client
```
cd client
npm start
```## License
[MIT](https://choosealicense.com/licenses/mit/)