Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 436 Bytes

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