Big Human NextJS/React Starter Kit

General

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.

Development

yarn
yarn start

Building

yarn
yarn build

Running (Production)

yarn
yarn prod

Pre-commit Rules

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