Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 694 Bytes

File metadata and controls

30 lines (17 loc) · 694 Bytes

static-sites

This is the example code for the following meetup:

https://www.meetup.com/Elm-Eug/events/vcjrhpyxlbmc/

Get started

To generate the static site simple run:

node index.js

This uses src/Main.elm in conjuction with a JSON object defined in index.js to generate a file: output.html

If you love writing your View code in Elm but love static sites; This might be for you!

Further Reading...

Related to Elm

Related to static sites