Features:
- ~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
Requirements
This project targets ES2015 compliant browsers.
Development
- install dependencies
yarn
- start the dev server
yarn start