Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryan-haskell/rhg-dev

my old personal site built with elm
https://github.com/ryan-haskell/rhg-dev

elm markdown portfolio-website ssr

Last synced: 23 days ago
JSON representation

my old personal site built with elm

Awesome Lists containing this project

README

        

# rhg.dev
> a personal website, written with Elm!

### local dev

```
npm start
```

### overview

this is an experiment that uses SSR and Elm. Each page is rendered at build time, and then hydrated client side with a real Elm application.

Hopefully this provides better performance metrics than waiting for JS to load.