This is my own version of Hacker News website, playing around with vanilla javascript only to build the solution. The data is provided by an open HN api - https://github.com/HackerNews/API
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production
npm run prod