#!/bin/bash

# set -u -e -o pipefail

yarn dev:clean
yarn dev:generate
ng s -o --host 0.0.0.0
