Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 416 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 416 Bytes

P2P chat app with React & Gun.js

To launch this app, follow these steps:

  1. Clone the repo and change into the directory:
git clone 

cd react-p2p-messaging
  1. Install the dependencies
npm install

cd gun-react

npm install

cd ..
  1. Run the server
node index.js
  1. Run the React app
cd gun-react

npm start