Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 443 Bytes

plainJS-todolist-mvc

A simple todo-list made with plain Javascript and two views

Just a simple todolist-application made with vanillaJS. I've tried to use the MVC-Pattern. https://cz-lucas.github.io/plainJS-todolist-mvc/

Comands

npm run install # Install depedencies for building the app and running the dev-server
npm run dev # Start dev-server
npm run build # Build the app