Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 360 Bytes

Todos

Realar TodoMVC implementation.

See wrapped version on CodeSandbox,

Or try It on your computer.

git clone git@github.com:realar-project/todos.git
cd todos
npm i
npm run start
# Open http://localhost:1234 in your browser

Enjoy!