preact-todomvc icon indicating copy to clipboard operation
preact-todomvc copied to clipboard

💣 TodoMVC done in Preact. Under 6kb and fast.

Results 4 preact-todomvc issues
Sort by recently updated
recently updated
newest added

Resolves https://github.com/developit/preact-todomvc/issues/9.

**Step to reproduce** 1. Checkout fresh install. 1. `npm i` 1. `npm run dev` **Results** - webpack throw error **Workaround** 1. `yarn install` // To install dependency 1. `npm run...

This way when you do `npm run postbuild && npm run start` you can see the 6KB result without any further effort!

This should be on front page of http://todomvc.com/ to gain more :heart: Cheers

question