#!/bin/bash echo "install deps...." cd www && npm install echo "starting development server..." npm start