Elm Todos - Live Demo
An Elm implementation of the TodoMVC's to-do list web application.
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.
To build the development version of the application:
$ build
To build the production version of the application:
$ build-production
To serve the development or production version of the application:
$ serve
To deploy the production version of the application to Netlify:
$ deploy-production