Skip to content

derkoe/stencil-todomvc

Repository files navigation

Link to Stencil TodoMVC appliation


This is a TodoMVC implementation in Stencil.

Stencil is a compiler for building fast web apps using Web Components.

Stencil Resources

Support

Implementation

The application is structured in four components:

  • todo-app - handles all data and represents the whole application
  • todo-list - shows the list of todos
  • todo-item - shows the todo item and handles editing and deleting
  • todo-footer - the footer with the count, filters and "clear completed" action

Running / Building

Run the application with in dev mode (watch is active, opens browser):

pnpm start

Build the app with:

pnpm build

Open stuff

  • run test suite

Credit

Created by Christian Köberl