To launch this app, follow these steps:
- Clone the repo and change into the directory:
git clone git@github.com:dabit3/react-p2p-messaging.git
cd react-p2p-messaging
- Install the dependencies
npm install
cd gun-react
npm install
cd ..
- Run the server
node index.js
- Run the React app
cd gun-react
npm start