This is just a proof of concept for creating an Inferno app that can run even when there is no javascript enabled.
$ npm i
$ npm start
- Browse to localhost:3000
- Add some todos
- Disable your browser's javascript
- Reload the page
- You'll still be able to add and update todos