https://github.com/doasync/cra-kit
https://github.com/doasync/cra-kit
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doasync/cra-kit
- Owner: doasync
- Created: 2021-07-15T18:46:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:11:03.000Z (over 2 years ago)
- Last Synced: 2025-03-11T14:37:25.604Z (about 1 year ago)
- Language: JavaScript
- Size: 608 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# CRA-Kit
The project was bootsrapped with `Create React App` and feature packed with
robust code-quality tools.
## Available Scripts
In the project directory, you can run:
- `yarn start` - runs the app in the dev mode
- `yarn build` - builds the app for production
- `yarn test` - launches the test runner
- `yarn qa` - run code quality tools
- `yarn fix` - fix linting errors
- `yarn lint` - run linters
- `yarn eslint` - run ESLint
- `yarn stylelint` - run Stylelint
- `yarn format` - format files with prettier
- `yarn codestyle` - checks code style with prettier
- `yarn deps` - search for circular dependencies
- `yarn ts` - run TypeScrypt checks
- `yarn ts-files` - list TypeScrypt files
- `yarn ts-cov` - show type coverage
- `yarn test-cov` - show test coverage
- `yarn precommit` - run pre-commit git hooks