1.0.3 • Published 5 years ago

jl-rollup-ts-storybook v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

npm library

https://www.npmjs.com/package/jl-rollup-ts-storybook

reference

typescript, rollup, storybook article

Use instructions

  • run tests: yarn run test:watch
  • run storybook (opens in port 6006): yarn run storybook

Installation instructions

  • git clone this repo: git clone https://github.com/joannajjliu/jl-rollup-ts-storybook.git
  • install dependencies: yarn install
  • add components into the src folder
  • when ready, compile the library: yarn build
  • login to npm if haven't already: npm login
  • publish build folder to npm: npm publish