/CC.TTFootball

Po naszemu - Piłkarzyki

Primary LanguageJavaScript

CC.TTFootball

CC.TTFootball

Po naszemu - Piłkarzyki

How to install dependency modules

npm i

How to run development react/server concurrently

npm run dev

How to run eslint

npm run lint

How to run prettier format

npm run format

How to setup git pre-commit hook

cp .git/hooks/pre-commit.sample .git/hooks/pre-commit

# Open .git/hooks/pre-commit with editor and replace last line with:

set -e
npm run lint && npm run format
exec git diff-index --check --cached $against --