This is just a basic skeleton I find myself using whenever starting a new Elm project. Feel free to clone, fork, copy/paste, whatever!
src/Main.elm
is where you start building your Elm code.
public/css/main.css
is where you start building your CSS code.
public/index.html
is where you start mucking with Javascript.
./bin/run.sh
./bin/deploy.sh