react-activity-graph
v0.8.4
Published
- `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 usi
Downloads
4
Maintainers
Readme
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