Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.65 KB

File metadata and controls

49 lines (30 loc) · 1.65 KB

webpack-react-typescript

Tic Tac Toe - Frontend App

webpack-react-typescript

Quick Start

Start the development

  • git clone https://github.com/developers-gang/tic-tac-toe-frontend
  • yarn install or npm install
  • yarn start or npm start
  • open localhost:3000 in your favorite browser

Build project

  • yarn build or npm run build

Lint project

  • yarn lint or npm run lint

Fix autofixable eslint errors

  • yarn lint:fix or npm run lint:fix

If husky pre-commit hook willn't work, please run npx husky-init command with cli (in project directory)
and replace new .husky/pre-commit file with our.
Also I created release.yml file in .github/workflows/. This is for automation our releases with github bot,
so you need to add your script after yarn build command.

Used technologies

Commit Rules

We are use commitlint for lint our commit messages and it has several rules for commits.