/hacker-news

A Hacker News application showing the latest headlines 😃💀

Primary LanguageTypeScript

Hacker News UI

Hacker News Screenshot

Development

In the project directory (after package installation), you can run:

npm start

This runs the app in the development mode and will automatically open in the browser for viewing on localhost:8080.

Deployment

Deploy to Github pages:

npm run build && ./node_modules/.bin/gh-pages -d build