npm install
If you haven't done so yet, install Elm globally:
npm install -g elm
Install Elm's dependencies:
elm package install
npm start
- Access app at
http://localhost:8080/
npm run build
- Files are saved into the
/dist
folder - To check it, open
dist/index.html