This is a small application to view icons provided by Material design (https://material.io/resources/icons/?style=baseline). This application uses elm-mdc (https://github.com/aforemny/elm-mdc) and few more elm packages.
This project is bootstrapped with Create Elm App.
A local copy of elm-mdc is used. You need to place it in the project root folder before building the application. Run make
and build it before building this project.
elm-app build
Use
elm-app start
to run a local server.