Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 231 Bytes

TodoMVC in Zero

Run with:

npx shadow-cljs watch app

Open at http://localhost:8000.

Tests

Build and run tests with:

npx shadow-cljs compile test && node target/node-tests.js