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.
git clone
- Serve
index.html
– e.g. usingnpx http-server
in the project root - Navigate to
index.html
- When ready, copy the URL and paste it into another browser