yarn install
yarn run serve
yarn run build
For typescript:
yarn run lint
For style:
yarn run lint:style
yarn run test:unit
Some useful options:
--watch
to run in dev mode (watch files for changes and rerun tests related to changed files).--coverage
to get coverage info.
yarn run test:e2e
cd docker
./docker-build.sh $BACK_END_HTTP [$VERSION]
If you don't set any version latest
will be used.
docker run -it -p 9000:80 --rm --name dwbh-front kaleidos-docker-registry.bintray.io/dwbh/dwbh-front:latest
cd docker
./docker-push.sh $USERNAME $PASSWORD [$VERSION]
If you don't set any version latest
will be used.