mac-s-g / elm-buttons

reusable button components written in elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

reusable button components written in elm


Languages

Language:Elm 55.0%Language:Shell 35.6%Language:HTML 8.6%Language:CSS 0.8%