# wip react component

### commands
- `npm start` - runs `webpack-dev-server` from the `examples` dir, which imports the module from `src` into an example react app
- `npm test` - runs tests w/ jest
- `npm run test:watch` - runs tests in watch mode
- `npm run build` - bundles a build using webpack from `src` -> `lib`
- `npm run pub` - runs tests, if they pass, create a bundle then `npm publish`

#### TODO
semantic-release etc