- Clone this repo
- Navigate to root dir with package.json file
- Run
npm install
to install all related dependencies - Install Metamask extension to interact with the dapp
NOTE: Don't forget to update ./src/ethereum/web3.js with your INFURA API key
- Run
npm install -g server
to install local static server - Now run
serve -s build
and then navigate tolocalhost:3000
on your browser (with Metamask signed in)