/todomvc

Demo todo app to practice AlpineJS

Primary LanguageHTML

TodoMVC app built with AlpineJS

To use:

  • git clone this repostiory
  • run npm install
  • serve the index.html file, for example if you have php installed: php -S localhost:8000 and visit localhost:8000 in your browser