Skip to content

ParasSolanki/tanstack-start-hackernews

Repository files navigation

Tanstack Start Hacker News

Demo app based on Solid Hackernews.

Uses React, Tanstack Start, Tanstack Router, Vinxi, TailwindCSS.

Demo

tanstack-start-hackernews-demo.webm

Installation

Install Dependencies.

pnpm install

Run Locally

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