WolfDan / elm-ssr

Elm server side rendering with Razzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm SSR

This is a Elm ssr example, it uses Razzle (Express) to server the http responses, also has hot code reloading!

razzle.config.js is the equivalent to webpack.config.js

To run:

yarn install
yarn start

Libraries used:


So many thanks to Eeue56 for his amazing elm to html library and his help ^^/

About

Elm server side rendering with Razzle

License:MIT License


Languages

Language:JavaScript 71.5%Language:Elm 28.5%