This is a project to play with Progressive Web App technologies. I'm using Instapaper as basis for it's behaviour, but not planning to implement a real client.
The basic feature set will be:
- View a list of saved articles (default)
- View an individual saved article
- App structure
- Fixture article data
- Server-only article list and view
- Basic web-app style UI
- Progressively enhance navigation/fetching of content
- Service-worker registration
- App shell caching
- Content caching
- App manifest
- Use SCSS, with a BEM approach
- ES6
- Adding linting with
.eslintrc
and SCSS Lint - Try Gulp / Browserify