File size: 152 Bytes
ebf4f9e
a6fd849
ebf4f9e
 
a6fd849
1
2
3
4
5
6
build-client:
	cd frontend && npm install && npm run build && cp -r dist/ ../dist
run:
	FLASK_ENV=development python app.py
build-all: build-client run