#!/bin/sh
npm run build
npm install
cd /code/sample
npm install
npm start
