polymer-redux

🦄 Implementing Redux with Polymer.

MIT License

Stars
16

Polymer / Redux demo

Implementing Redux with Polymer.

Run the project locally

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

Tests

Linting

Linting with polylint:

$ [sudo] npm install -g polylint

$ polylint

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our issues the next steps of the project ;) Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License Afonso Pacifer