make setup
Docker container will be built, packages get installed with yarn install
and app will be started with yarn run server
in development mode.
The app is accessible in the browser under http://localhost:8282
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e