Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 869 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 869 Bytes

Collaborative TodoMVC App in Vanilla JS

This is a vanilla Javascript implementation of TodoMVC, with collaboration enabled using m-ld.

It seems straightforward to build reasonably complex things using only modern JavaScript these days! We can take advantage of most newer features without hacks or polyfills.

Marc Grabanski

Trying It Out

  1. git clone
  2. Serve index.html – e.g. using npx http-server in the project root
  3. Navigate to index.html
  4. When ready, copy the URL and paste it into another browser

License

Creative Commons License