innerself hacker news app
- ~4KB of total compiled/bundled/gzipped javascript
- 1 external runtime dependency (innerself, ~50 SLOC)
- client side routing
- local storage request caching
- component based architecture
- modular, normalized, redux-type store
This project targets ES2015 compliant browsers.
- install dependencies
yarn
- start the dev server
yarn start