Skip to content

An Elm implementation of the TodoMVC's to-do list web application.

License

Notifications You must be signed in to change notification settings

dwayne/elm-todos

Repository files navigation

Elm Todos - Live Demo

A screenshot of Elm Todos

An Elm implementation of the TodoMVC's to-do list web application.

Develop

An isolated, reproducible development environment is provided with Devbox.

You can enter its development environment as follows:

$ devbox shell

N.B. To run the Bash scripts mentioned below you will need to enter the development environment.

Build

To build the development version of the application:

$ build

To build the production version of the application:

$ build-production

Serve

To serve the development or production version of the application:

$ serve

Deploy

To deploy the production version of the application to Netlify:

$ deploy-production

About

An Elm implementation of the TodoMVC's to-do list web application.

Topics

Resources

License

Stars

Watchers

Forks