An open API service indexing awesome lists of open source software.

https://github.com/doasync/cra-kit


https://github.com/doasync/cra-kit

Last synced: 7 months ago
JSON representation

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