elm-pages/examples/hackernews
2023-08-09 09:25:17 -04:00
..
app update hackernews example to v3 2023-08-09 09:25:17 -04:00
public Update hacker news SEO tags. 2022-04-13 08:55:28 -07:00
src Decode into nicer custom type. 2022-04-11 11:50:18 -07:00
.gitignore Add hacker news example. 2022-04-10 16:37:00 -07:00
.nvmrc Add hacker news example. 2022-04-10 16:37:00 -07:00
custom-backend-task.ts Look for BackendTask.Custom definitions in custom-backend-task instead of port-data-source. 2023-01-17 07:08:15 -08:00
elm-application.json Add hacker news example. 2022-04-10 16:37:00 -07:00
elm-pages.config.mjs Use built-in netlify adapter in examples. 2023-05-16 11:13:05 -07:00
elm-tooling.json Add hacker news example. 2022-04-10 16:37:00 -07:00
elm.json update hackernews example to v3 2023-08-09 09:25:17 -04:00
index.js Add styles and fix markup for comments. 2022-04-11 21:36:09 -07:00
netlify.toml Update netlify config for hackernews. 2022-04-11 08:40:14 -07:00
package-lock.json update hackernews example to v3 2023-08-09 09:25:17 -04:00
package.json update hackernews example to v3 2023-08-09 09:25:17 -04:00
README.md Update readme. 2022-04-13 09:03:50 -07:00
style.css Change brand color. 2022-04-13 09:33:37 -07:00

elm-pages Hacker News clone

This is a port of this Astro SSR Hacker News clone by Ryan Carniato.

You can see it live at https://hacker-news-elm-pages.netlify.app.

This uses server-rendered routes from the latest elm-pages 3.0 alpha.