Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

szg251/elm-examples

Repository files navigation

Elm examples

A few simple applications written in Elm.

Minimalist Todo App

Simplest todo application without any styling.

Get started with Elm

npm i -g elm elm-live elm-format

/minimalist-todo

Get started

Run the project with elm-reactor or elm-live ./App.elm.

Todo App

A simple todo application, with elm-css

/todo

Get started

Run the project with elm-reactor or elm-live ./src/App.elm.

Todo App with REST Api

/todo-with-restapi

The same application as above with a few upgrades:

  • fetching and saving data to a REST Api
  • webpack bundling
  • tests

Get started

npm install
npm run dev

About

A few simple Elm applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages