npm install
docker-compose up
or
npm run serve
npm run build
npm run test:unit
npm run test:e2e
or (with GUI)
./run-cypress.sh -g
or (headless)
./run-cypress.sh
npm run lint
npm install
docker-compose up
or
npm run serve
npm run build
npm run test:unit
npm run test:e2e
or (with GUI)
./run-cypress.sh -g
or (headless)
./run-cypress.sh
npm run lint