Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 344 Bytes

election

This repo contains both the client and the smart contract app.

To view the smart contract

check inside voting-poll-contract folder

Usage

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