Implementing Redux with Polymer.
1 - Prepare the environment:
$ npm install -g polymer-cli
2 - Clone the project and install the dependencies:
$ git clone https://github.com/afonsopacifer/polymer-redux.git
$ cd polymer-redux
$ npm install
$ bower install
3 - Run the server:
$ polymer serve
Go to: localhost:8080
Linting with polylint:
$ [sudo] npm install -g polylint
$ polylint
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.
See Releases for detailed changelog.