#!/bin/bash

echo ".: Build the library .";

npm run webpack

echo ".: Start dev server";

npm start