Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 256 Bytes

todomvc

Realtime TodoMVC experience using Imba and GunDB

You need node to run locally:

npm install

Development mode:

npm start

Build for web:

npm run build