Boulder Vote is a resource for voters in Boulder, CO. It aims to be a non-biased source of information on City Council candidates and ballot issues.
It is built using React JS and node.js.
- Clone the repo:
git clone https://github.com/nick/boulder-vote.git
- Install with npm:
npm install
- Start server:
npm start
- View in browser: http://localhost:3000
- Any changes to files will cause your browser to auto-refresh
npm run build
NODE_ENV=production npm start
- ReactJS 16, React Router 4
- Bootstrap 4
- Webpack + Babel