0.0.1 • Published 6 years ago

react-artist-tools v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

react-artist-tools

TODO

  • write npm publish script for build (prlly a one-liner)
  • set up storybook in and pull .md files to gen documentation
  • write publish script for storybook (surge/gh-pages/whatever)

bugs

  • rollup doesn't work as an npm script (e.g. npm run watch). Need to manually run rollup -cw

setup

yarn install
npm link  # from root dir
yarn start

# in new tab
cd examples
yarn install
npm link react-artist-tools  # now you can use the lib with hot reloading!
yarn start

cool rollup plugins to play with

  • rootImport (for absolute imports)
  • coffeescript (for finally being able to use cs again, now with jsx and ES6 imports!!!)