$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
$ cd react-bootstrap-table2
$ npm install
$ lerna bootstrap # ./node_modules/.bin/lerna bootstrap
$ npm run storybook
We use storybook to list our examples and it also has hot reload from source code. Sometimes, it is also a good entry point to development.
$ cd packages/react-bootstrap-table2-example
$ npm run storybook
$ npm test
$ npm run test:watch # for watch mode
$ npm run test:coverage # generate coverage report