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

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.

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/)