#!/bin/sh
cd client/
php -S localhost:8080
cd ..