README
Very Nested Viewer
🔧 Tools
- Typescript.
- Microbundle for bundling.
- Storybook with Docs Addon for component developent and documentation.
- Jest for testing.
🔮 Future Development
- Try out my own rollup config when they fix this typescript issue.
💻 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))