#!/bin/bash
# called by native
THIS_DIR=$(dirname "$0")
pushd "$THIS_DIR"

npm run build
npm run serve &
npm run dev:examples:web

popd
