keanulee / polymer-redux-realworld-example-app

Home Page:https://polymer-redux-realworld.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ;)

About

https://polymer-redux-realworld.appspot.com/


Languages

Language:CSS 71.3%Language:JavaScript 28.1%Language:HTML 0.6%