This repo contains both the client and the smart contract app.
check inside voting-poll-contract
folder
Run the client app
- go inside
voting-poll-client
folder - on your terminal run
yarn
to install dependencies - then run
yarn dev
- visit http://localhost:3000/
- Thats all