Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solidjs/solid-hackernews

Solid implementation of Hacker News
https://github.com/solidjs/solid-hackernews

Last synced: 6 days ago
JSON representation

Solid implementation of Hacker News

Awesome Lists containing this project

README

        

# Solid Hacker News

Demo app based on [Vue Hackernews 2.0](https://github.com/vuejs/vue-hackernews-2.0). Uses Solid and Solid App Router.

You can view it [here](https://hackernews-csr.ryansolid.workers.dev/).

## Testing Locally:
First, you'll need to clone this repo, then cd into the `solid-hackernews` folder

Then, run `npm install` to install all dependencies

Lastly, run `npm run start` and the web-app will open in your default browser at `http://localhost:5000/`

Happy Hacking!