Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solidjs/solid-hackernews
- Owner: solidjs
- Created: 2020-10-28T02:50:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T22:17:00.000Z (8 months ago)
- Last Synced: 2024-04-14T09:04:32.016Z (7 months ago)
- Language: JavaScript
- Size: 816 KB
- Stars: 156
- Watchers: 3
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solid-js - Hacker News
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` folderThen, 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!