dist


This is where all code that is ready for distribution should be placed. Every file in dist's sub-directories should have passed extensive testing and should be minified.

dist/port-beer

dist/raw-beer

docs


Auto-generated documentation of any .js file in the src directory will automatically be placed in this directory after running

npm run docs:build

icons


All images and icons that might be shared between multiple Web Components should be placed in this directory.

src


This is the directory where the non-minified Web Components and any styling a web-component uses will be placed. Each Web Component should have its own respective directory containing its' Javascript code.

src/port-beer

src/raw-beer/

test