HNRe (pronounced "Henry") is a modern, fast, mobile-first, and offline-capable reader for Hacker News.
- switch between new and top stories
- date localization
- smooth infinite scroll
- offline capability: loads story list from cache when offline, resumes pulling from API when online
npm install
npm run startprod
- http://localhost:5000
In the project directory, you can run:
Installs dependencies to run the project. Not much tbh...
Runs the app in the production mode. Use this command for the best speed!
Open http://localhost:5000 to view it in the browser.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Deploys this SPA to github pages at http://hnre.beatobongco.com