#!/bin/bash

# Get nearest exe
bin_path="$(npm bin)"

# Before running the server build it without watch
./script/prepublish

# Run the server
$bin_path/http-server example/
