Skip to content

elm-eug/static-sites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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