/hackernews

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

Primary LanguageJavaScript

Hacker News

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

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production
npm run prod