A starting template for an Elm project.
Install Make.
Install Elm 0.19.1 using the steps described here.
Install NVM and Node using the script here.
Next, install http-server.
npm install --global http-server
To build the project run
make
To clean the build artifacts run
make clean
To run a local server run
make run