Install Node & NPM (recommend using Node Version Manager https://github.com/creationix/nvm)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
Install Elm
npm install -g elm
git clone [email protected]:pairshaped/elm-webpack-starter.git
After cloning the repository, install all the necessary dependencies:
cd elm-webpack-starter
npm install && elm-make
Now run the example using the webpack dev server:
npm start
Then open http://localhost:3000