Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeychilson/hackernews
A Hacker News clone in Go.
https://github.com/joeychilson/hackernews
go hackernews tailwind templ web
Last synced: 1 day 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T01:57:23.000Z (about 1 year ago)
- Last Synced: 2024-11-16T00:25:05.472Z (2 months ago)
- Topics: go, hackernews, tailwind, templ, web
- Language: Go
- Homepage:
- Size: 1.03 MB
- Stars: 3
- 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
```