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