Skip to content

keanulee/polymer-redux-realworld-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polymer-redux-realworld-example-app

An WIP implementation of RealWorld example app with Polymer and Redux. Based on polymer-redux-hn and uses pwa-helpers.

Setup

  • npm i
  • Serve index.html for all routes (serve -s . or similar)

Building

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.

TODO

Unimplemented features are marked with TODO in the code, some of which will generate a console warning when used. PRs welcome ;)