Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 331 Bytes

How to run:

  1. run development.sh file
  2. Configure config.py file.

    modify STATIC_PATH if required

  3. Open command prompt in the folder flask-vue-setup and then run . venv/bin/activate
  4. Run python manage.py runserver
  5. For development: Run npm run build-dev
  6. Open browser and type http://localhost:5000