preact-todomvc
preact-todomvc copied to clipboard
💣 TodoMVC done in Preact. Under 6kb and fast.
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