This stack uses Flow/Glow for static type checking, ESLint for linting rules and standards, Styled Components for component styling and responsive design, Redux for application state management, and Yarn for dependencies.
yarn
yarn start
yarn
yarn build
yarn
yarn prod
On every commit, yarn will automatically run the below pre-commit hooks. If these checks pass, your commit should be good to be raised as a PR.
yarn lint:precommit
yarn flow:precommit