very-nested-viewer

Typescript. - Microbundle for bundling. - Storybook with Docs Addon for component developent and documentation. - Jest for testing.

Usage no npm install needed!

<script type="module">
  import veryNestedViewer from 'https://cdn.skypack.dev/very-nested-viewer';
</script>

README

Very Nested Viewer

🔧 Tools

🔮 Future Development

💻 Running Locally

Install dependencies first.

yarn

Running Storybook

yarn storybook

Running tests.

yarn test

Build the package.

yarn build

Build the package continuously.

yarn build-watch

Deploy to npm.

npm publish

Serialise current state

Select the storybook iframe in your console then run this.

console.log(JSON.stringify(window.store.getState().item, null, 1))