What's included:
Start the storybook server, used for standalone development.
Watch src and compile with babel and tsc to dist, used for integration development.
Compile using babel and tsc into dist, ready to be deployed.
Build storybook static page and deploy it via gh-pages.
Bump version and publish dist to remote registry.
import { Footer } from 'lrct/dist/components/Footer'
render(<Footer>Hello</Footer>)It should work out of the box