Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 475 Bytes

Election Day 2018 Counter

Election Day Screenshot

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