Frontend for CaucusCentral app for real-time caucus reporting and feedback.
- nodejs
- Clone the repository (
git clone [email protected]:Bernie-2016/CaucusCentralFrontend.git
) - Install dependencies:
npm install
- Run
npm start
and visit http://localhost:9010 in your browser. (You will need to either simultaneously run the server app or point the API host somewhere else.)
- Fork it ( https://github.com/Bernie-2016/CaucusCentralAPI/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request