https://github.com/r-thomson/hacker-neue
A browser-based Hacker News client built with Svelte and TypeScript.
https://github.com/r-thomson/hacker-neue
hacker-news hacker-news-api hackernews hackernews-api svelte sveltejs typescript vite
Last synced: 7 months ago
JSON representation
A browser-based Hacker News client built with Svelte and TypeScript.
- Host: GitHub
- URL: https://github.com/r-thomson/hacker-neue
- Owner: r-thomson
- License: mit
- Created: 2019-01-15T16:04:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T17:06:22.000Z (7 months ago)
- Last Synced: 2025-09-24T00:32:44.452Z (7 months ago)
- Topics: hacker-news, hacker-news-api, hackernews, hackernews-api, svelte, sveltejs, typescript, vite
- Language: Svelte
- Homepage: https://www.hackerneue.com
- Size: 1.41 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hacker Neue
A web-based [Hacker News](https://news.ycombinator.com) client using the [Hacker News API](https://github.com/HackerNews/API). **Live at [www.hackerneue.com](https://www.hackerneue.com).**

## Running Locally
* Clone the repository
```sh
git clone https://github.com/r-thomson/Hacker-Neue.git
```
* Install dependencies
```sh
npm install
```
* Start the development server
```sh
npm run dev
```
* Visit [localhost:3000](http://localhost:3000)
## Built With
* [Svelte](https://svelte.dev)
* [Vite](https://vitejs.dev)
* TypeScript