/elm-todo

Simple TODO App Written in Elm

Primary LanguageElm

elm-todo

Development

Start the hot-reloading webpack dev server:

npm start

Navigate to http://localhost:3000.

Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload.

Production

When you're ready to deploy:

npm run build

This will create a dist folder:

.
├── dist
│   ├── index.html 
│   ├── app-5df766af1ced8ff1fe0a.css
│   └── app-5df766af1ced8ff1fe0a.js