toriu / CC.Monopoly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codopoly

How to install dependency modules

npm i

How to run development server

npm start

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 --

About


Languages

Language:CSS 67.6%Language:JavaScript 29.9%Language:HTML 2.4%