Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```