Demo app based on Solid Hackernews.
Uses React, Tanstack Start, Tanstack Router, Vinxi, TailwindCSS.
tanstack-start-hackernews-demo.webm
Install Dependencies.
pnpm install
Start the dev server. It will open in your default browser at http://localhost:3000
pnpm dev
For the linting.
pnpm lint
To build the project.
pnpm build