Skip to content

A project to bootstart a polymer project with most of the bare essentials and code style. Includes examples of redux, immutable, documentation, and testing.

Notifications You must be signed in to change notification settings

zakkudo/polymer-3-starter-project

Repository files navigation

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

About

A project to bootstart a polymer project with most of the bare essentials and code style. Includes examples of redux, immutable, documentation, and testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages