Baudin999 / aria-elm

The aria application written in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CK Elm starter

This is my attempt at a simpel Elm started kit with some default examples in there. I like my applicaitons to look and feel a certain way. I also like to build applications which can handle themselves at virtually every size. The last goal is of course relative. I understand that this will not work "at facebook" levels.

I've started this application with the standard elm-starter-kit (can be found here) as provided by the elm-community. I've made changes to almost everything but I've left the webpack.config.js and the awesome package.json alone.

Information about this project can be found in my accompanying gitbook called learning-elm. This GitBook is written as a documentation of the application but also as a guide detailing "things I wish I'd know before I started working with Elm".

To run the application locally:

git clone https://github.com/Baudin999/aria-elm.git
npm reinstall
npm start

This should bring up the application at http://localhost:8080

About

The aria application written in Elm


Languages

Language:JavaScript 54.5%Language:Elm 36.9%Language:HTML 5.5%Language:CSS 3.1%