Add --host flag and index redirect for playground

This commit is contained in:
Tim Mickel 2016-07-14 13:22:11 -04:00
parent c650de8520
commit 0465ee2076
2 changed files with 8 additions and 1 deletions

View file

@ -13,7 +13,7 @@ watch:
$(WEBPACK) --watch
serve:
$(WEBPACK_DEV_SERVER) --content-base ./
$(WEBPACK_DEV_SERVER) --host 0.0.0.0 --content-base ./
# ------------------------------------------------------------------------------

7
index.html Normal file
View file

@ -0,0 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="refresh" content="0; URL='/playground'" />
<title>Redirect to playground</title>
</head>
</html>