mcordova47 / elm-todo

Simple TODO App Written in Elm

Home Page:https://mcordova47.github.io/elm-todo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple TODO App Written in Elm

https://mcordova47.github.io/elm-todo/


Languages

Language:Elm 66.7%Language:JavaScript 22.7%Language:CSS 9.7%Language:HTML 0.9%