Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T17:39:05.000Z (17 days ago)
- Last Synced: 2024-10-25T06:30:00.926Z (14 days ago)
- Topics: hacker-news, hacker-news-api, hackernews, hackernews-api, svelte, sveltejs, typescript, vite
- Language: Svelte
- Homepage: https://www.hackerneue.com
- Size: 1.36 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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).**
![Screenshot of Hacker Neue running in a web browser](./screenshot.png)
## 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