Setup
- Install dependencies
npm install
- Follow along the instructions to complete the code.
- Follow instructions to complete the smart contract code.
- Follow setup to setup all requirements.
- Follow dapps to complete the DApp code.
- Run ethereum blockchain locally
npm run test:ethereum
- Run DApp UI
cd dapp-ui
npm install
npm run build
npm run start
- Navigate to http://localhost:3000/ to see the app running.
Complete Decentralized Airbnb | or git checkout complete-dapp