Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.18 KB

Polymer 3 Redux Starter Project

Demonstates:

  • Raising states
  • Leveraging redux with polymer
  • Mixins for sharing actions, auto starting/stopping sagas
  • Immutable which causes rerenders for only things that changed
  • Side effects with redux-saga
  • shadow dom
  • css variables
  • Babel is not requried for a modern web application

Commands

Bootstrap with yarn install

Start the project with a webserver with yarn start

Test (headlessly) with yarn test

Run continuous testing (with chrome) for debugging with yarn continuous

Check test coverage with yarn cover

Generate documenation with yarn document

Demo with storybook with yarn demo

Build everything (coverage, documentation, demo, project) with yarn build

Clean the project with yarn clean