Added basic starter app
This commit is contained in:
parent
5806c696e3
commit
12c1a2d206
2 changed files with 12 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -49,6 +49,7 @@ clean:
|
|||
.PHONY: clean
|
||||
|
||||
|
||||
# Run the Flask server
|
||||
# TODO
|
||||
## Starting the server
|
||||
### Run the Quart server
|
||||
run: venv
|
||||
@ '$(VENV)'/bin/python app
|
||||
|
|
|
|||
Reference in a new issue