npm install
npm run build
python -m SimpleHttpServer
# or python -m http.server
open localhost:8000
test all
npm run test:all
test ut
npm run test:ut ./src/__tests__/your-test-code.js
check
npm run flow
add flow-typed definition
npm run flow-typed install (rxjs@5.0.x)
MIT