Skip to content

stack-force-dev/template-frontend

Repository files navigation

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.

About

Frontend template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published