This repository was archived by the owner on Dec 17, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
🚴🏻 Pretty simple app for configuring a bike with colored components, written in Elm.
License
NotificationsYou must be signed in to change notification settings
dennisreimann/elm-bike-configurator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 thedemo.
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 onlocalhost:3000