Skip to content

youngnishant/react-app-without-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatting Application with React & Gun.js

To launch this app, follow these steps:

  1. Clone the repo and change into the directory:
git clone git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published