https://github.com/joeychilson/hackernews
A Hacker News clone in Go.
https://github.com/joeychilson/hackernews
go hackernews tailwind templ web
Last synced: about 1 month ago
JSON representation
A Hacker News clone in Go.
- Host: GitHub
- URL: https://github.com/joeychilson/hackernews
- Owner: joeychilson
- License: mit
- Created: 2023-12-20T23:41:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T01:57:23.000Z (over 2 years ago)
- Last Synced: 2025-12-05T19:59:14.620Z (7 months ago)
- Topics: go, hackernews, tailwind, templ, web
- Language: Go
- Homepage:
- Size: 1.03 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hackernews
A Hacker News clone built with [Go](https://go.dev/), [templ](https://github.com/a-h/templ), and [Tailwind](https://tailwindcss.com/)
## Demo
https://hckrnws.fly.dev/news
## Features
- No JS required
## Build Setup
#### Install tailwind cli
```bash
brew install tailwindcss
```
#### Install templ
```bash
go install github.com/a-h/templ/cmd/templ@latest
```
#### Build and run server
```bash
make dev
```
#### Deploy to [Fly](https://fly.io)
```bash
fly launch
```