Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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