Test app using web3 (v0.2.0) and truffle to track votes per candidate - made for learning purposes
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Make sure that you have the prequisites already installed
- Install NodeJS (v 8.9.2)
- Install NPM (v 5.5.1)
- Install Truffle (npm i -g truffle)
git clone [email protected]:barbados-dev-meetups/voting-dapp.git [nameOfFolderOnLocalMachine]
$ npm install
$ npm run dev
- Shannon Clarke (https://github.com/sajclarke)