/elm-buttons

reusable button components written in elm

Primary LanguageElm

elm-buttons

my goal is to produce well-designed, reusable button components written for elm applications

setup

requirements:

  • docker must be installed
  • linux terminal must be available

run the dev-server with hot-reloading:

  1. build the docker container (in a linux shell)
  • cd elm-buttons
  • ./docker/build-container.sh
  1. run the development server (in a linux shell)
  • ./docker/dev-server.sh
  1. open up localhost:4000 in a web browser

Once the dev-server is running, you can play around with source files in elm-buttons/src. Changes will automatically trigger a re-compile and browser refresh.