Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryan-haskell/rhg-dev
- Owner: ryan-haskell
- Created: 2020-03-01T09:43:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:51:02.000Z (about 2 years ago)
- Last Synced: 2024-11-27T09:29:38.068Z (26 days ago)
- Topics: elm, markdown, portfolio-website, ssr
- Language: Elm
- Homepage:
- Size: 423 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.