R3F.Multiplayer
React three fiber, socket.io boilerplate multiplayer server and client
Getting started
To quickly get started
- Clone the repository (
git clone [email protected]:juniorxsound/R3F.Multiplayer.git
) - Install dependencies (Run
yarn
/npm install
inside the repo root) - Start the development server by running
yarn dev