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
yarn install
yarn start
- Razzle
- Elm Static Html (To convert Elm views into html format)
So many thanks to Eeue56 for his amazing elm to html library and his help ^^/