Add automated dev setup using Gitpod

This commit is contained in:
Jan Keromnes
2019-01-30 08:39:42 +00:00
committed by Chocobozzz
parent cda03765fe
commit 0cfcbae818
7 changed files with 53 additions and 4 deletions

View File

@@ -4,4 +4,4 @@ set -eu
cd client
npm run ng -- serve --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000
npm run ng -- serve --proxy-config proxy.config.json --hmr --configuration hmr --host 0.0.0.0 --disable-host-check --port 3000