Pretty simple app for configuring a bike with colored components, written in Elm. This is my public playground for exploring Elm and trying to grow this app by learning more about the programming language.
I'll try to make the commits as meaningful as possible, so you can follow along.
Here is the demo.
Prerequesite is the package manager [https://yarnpkg.com/en/docs/install].
$ yarn install
$ npm start
This builds the app with webpack and gives you a live-reloading server on localhost:3000