A simple Hacker News reader built using Preact & Preact-router.
# install dependencies
$ npm install
# serve with HMR at localhost 3001
$ npm run dev
# build for production
$ npm run prod
# build & view the bundle analyzer report
$ npm run prod --report