Write HTML-Code in the first editor and CSS in the second editor.
- Cleanup Code
https://theghostoftomjoad.github.io/
Only the .elm files, package.json, elm.json, index.html, myhtmlhint.js, mycsshint.js and, codemirror.css and custom_cssl-lint.js are necessary to build.
npm install
elm make src/Main.elm --output main.js --debug
# stack install wai-app-static # To get the warp server
warp # Or serve it in your preferred way
The code isinspired by this repo: https://github.com/tommyengstrom/codemirror-elm