Project Commands
Development
Use the following command to build and serve an application for development:
yarn startApplication can be accessed for devs at http://localhost:8000/
Production
For production build you can call
yarn build Additional commands
Open bundle analyzer in browser:
yarn build-info Run code quality tools:
yarn qaFix linting errors:
yarn fixBuild storybook:
yarn build-storybookRun storybook:
yarn storybookRun linters:
yarn lintRun ESLint:
yarn eslintRun Stylelint:
yarn stylelintRun TypeScrypt checks:
yarn tsList TypeScrypt files:
yarn ts-filesShow TypeScrypt coverage:
yarn ts-coverageChecks code style with prettier:
yarn codestyleFormat files with prettier:
yarn formatLaunches the test runner:
yarn testLaunches the test runner and show errors only:
yarn test-silentShow test coverage:
yarn test-coverage