yarn install
to install packages
yarn serve
to start development serveryarn fake-rest-api
to start faked json apiyarn lint
to run only the linter (linting is also active on development server)yarn test:unit
to run unit tests
yarn build
to build production code