To install dependencies:
yarn install
Start development mode:
yarn run start
Create production build:
yarn run build
Lint code:
yarn run lint
Prettify code:
yarn run prettify