This is a MVP frontend repository for https://blockchain-ads.com/web3-cookie/
The frontend is connect to backend via these endpoint (Hardcoded)
This is live
https://us-central1-web3-cookie.cloudfunctions.net/alldata
https://us-central1-web3-cookie.cloudfunctions.net/auth
https://us-central1-web3-cookie.cloudfunctions.net/dataConsent
https://us-central1-web3-cookie.cloudfunctions.net/deleteData
https://us-central1-web3-cookie.cloudfunctions.net/signup
assume you are in main-html
Right now the repo is under refactoring process all functionality under index.js will be migrate under react-dropin directory
Incase you don't have serve globally installed
npm install --global serve
- Install dependencies
npm i- Show serve web page
serve web3-cookie- To start develop index.js
npm start- To update react option modal
cd react-dropin && npm run build