- Flow static typechecker for JavaScript
- Babel next generation JavaScript (transpiler for module-system & flow)
- Jest for testing, mocking and coverage report
- Webpack module bundler
- Docker create container
npm run / yarn
dev-server ----- run dev server, with hot-reload
webpack-build -- creates bundled webpack build
babel-build ---- create transpiled babel build
check-types ---- checks types
test ----------- runs tests with coverage reports
test-watch ----- runs tests with coverage & watch
docker-build --- build docker image
docker-up ------ run docker container in dev mode
https://blog.jetbrains.com/webstorm/2016/11/using-flow-in-webstorm/
in webstorm add a jest test manually
https://github.com/facebook/flow
https://flow.org/en/docs/install/
https://github.com/flowtype/flow-typed
https://facebook.github.io/jest/docs/en/getting-started.html#using-babel
https://babeljs.io/docs/setup/#installation
See the LICENSE file for license rights and limitations (MIT).