Project Commands

Development

Use the following command to build and serve an application for development:

yarn start

Application 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 qa

Fix linting errors:

yarn fix

Build storybook:

Run storybook:

Run linters:

Run ESLint:

Run Stylelint:

Run TypeScrypt checks:

List TypeScrypt files:

Show TypeScrypt coverage:

Checks code style with prettier:

Format files with prettier:

Launches the test runner:

Launches the test runner and show errors only:

Show test coverage:

Last updated

Was this helpful?