Monorepo for React components
| package | npm |
|---|---|
| packages/bulkhead | |
| packages/element-resize | |
| packages/swap | |
| packages/interval | |
| packages/page-click | |
| packages/normalized-select | |
| packages/text-filter |
Currently is being developed and tested with the latest Node 8 on OSX.
git clone git@github.com:nkbt/react-works.git
cd react-works
yarn install# to run eslint for all packages
yarn lerna run lint
# to run tests for all packages
yarn lerna run test
# to run end-to-end tests for all packages
yarn lerna run e2eTo run example covering all package features, use yarn start, which will compile example/index.js
cd packages/package-name
yarn start
# then
open http://localhost:8080cd packages/package-name
# to run lint
yarn lint
# to run tests
yarn test
# to run end-to-end tests
docker run -p 4444:4444 selenium/standalone-firefox:3.4.0
yarn pub
yarn e2eMIT