Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 531 Bytes

caisse_noire_back

Backend using Flask for caisse_noire project

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run server
gunicorn app:app

# fresh database migration
python manage db upgrade

For a detailed explanation on how things work, check out the guide and docs for vue-loader.