Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 169 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 169 Bytes

Compile elm into Javascript.

elm make .\src\Main.elm --optimize --output=./server/static/main.js

Start the server

cd server
python -m http.server