Realtime collaborative todo app implemented using the Croquet platform.
Demo deployed at Netlify
- Install the packages.
yarn
- Run the server.
yarn start
-
Load the page in your browser: http://localhost:9009
-
Copy the URL, open another browser window, and paste the URL into the address bar to open the same todo list in two browser windows.