8000 GitHub - samh7/threads-client: Client to https://github.com/samh7/threads-backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

samh7/threads-client

Repository files navigation

ThreadsClient

A simple front-end for a threads-like app.

Features

  1. Secure Cookies Jwt Auth
  2. Route guards
  3. Comment threading

Development server

To start a local development server, run:

pnpm i 
ng s -o
0