add https for dev server

This commit is contained in:
Sam
2019-11-13 12:57:36 +01:00
parent 3fa964a2b8
commit 6447d22d97
4 changed files with 41 additions and 8 deletions

View File

@ -84,12 +84,18 @@ run-server:
serve-python:
$(FLASK) run --with-threads -h $(HOST) -p $(API_PORT)
serve-python-dev:
$(FLASK) run --with-threads -h $(HOST) -p $(API_PORT) --cert=adhoc
serve-react:
$(NPM) start
serve:
$(MAKE) P="serve-react serve-python" make-p
serve-dev:
$(MAKE) P="serve-react serve-python-dev" make-p
test-e2e: init-db
$(NPM) test