Add basic code to serve Elm page.

This commit is contained in:
2018-05-25 12:43:30 -07:00
parent d05ce87808
commit 00d5d19407
4 changed files with 32 additions and 1 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
generate-elm :
cd external/GoUI && elm make Go.elm --output ../../public/js/Go.js