An WIP implementation of RealWorld example app with Polymer and Redux. Based on polymer-redux-hn and uses pwa-helpers.
npm i
- Serve index.html for all routes (
serve -s .
or similar)
Check out the webpack branch to see how to use webpack for bundling and module loading. Note that Custom Element and Shadow DOM polyfills aren't included (yet), so the build won't work on unsupported browsers.
Unimplemented features are marked with TODO
in the code, some of which will generate a console warning when used. PRs welcome ;)