An online real-time strategy role playing game application
- Navigate to the root directory, then install the required packages by running
npm install
. - Install peerJS gobally with
npm install -g peer
. - Compile the by running
npm run react:dev
. - Start peerJS server with
peerjs --port 3001
. - Start the server by running
npm start
- Navigate to http://localhost:3000 in your browser.