NY / Makefile
jaothan's picture
Upload 23 files
945cec7 verified
raw
history blame contribute delete
157 Bytes
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