/solid-hackernews-app

Hacker News Clone made with Solid.js

Primary LanguageJavaScript

Solid Hacker News App

This is an older webcomponent demo. If you want to see the latest Solid Hackernews look here

Demo app based on NX-JS Hacker News Example. Use Solid Element and WebComponent Router with Solid.

You can view it here.

This project was bootstrapped with Create Solid.

Testing Locally:

First, you'll need to clone this repo, then cd into the solid-hackernews-app 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:3000/

Happy Hacking!