Simple web app that counts down the days until Election Day 2018 in the United States.
Project is built using ParcelJS inside the /dist
folder.
Development (with hot reloading and assuming Parcel installed globally):
> npm run dev
Build for production:
> npm run build