npm ci
npm start
npm run docker:build:local-env
Create local docker container to work in it (local docker container for layout-ui service must run too)
npm run docker:build
npm run docker:run
To run component tests in console you need enter the command
npm run cypress:run:component
To open cypress to run component tests you need enter the command
npm run cypress:open:component