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