Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 456 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 456 Bytes

Chatting Application with React & Gun.js

To launch this app, follow these steps:

  1. Clone the repo and change into the directory:
git clone [email protected]:youngnishant/react-app-without-database.git
cd react-app-without-database
  1. Install the dependencies
cd react-app
npm install
cd ..
cd gun-server
npm install
  1. Run the server
cd gun-server
node index.js
  1. Run the React app
cd gun-react
npm start