wip react component
commands
npm start
- runswebpack-dev-server
from theexamples
dir, which imports the module fromsrc
into an example react appnpm test
- runs tests w/ jestnpm run test:watch
- runs tests in watch modenpm run build
- bundles a build using webpack fromsrc
->lib
npm run pub
- runs tests, if they pass, create a bundle thennpm publish
TODO
semantic-release etc