Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 569 Bytes

Up or Down Vote Buttons

A component to show up and down votes built with React.

Requirements / Set Up:

If you don't have Browserify, Watchify, or Babel already installed globally, first do the following:

$ npm install -g browserify

$ npm install -g watchify

$ npm install -g babel

Then clone this repo and run the following commands:

$ npm install

$ npm run watch

If you already have those 3 installed, just "npm install" and you are ready to go!