- run development.sh file
- Configure config.py file.
modify STATIC_PATH if required
- Open command prompt in the folder flask-vue-setup and then run
. venv/bin/activate
- Run
python manage.py runserver
- For development: Run
npm run build-dev
- Open browser and type
http://localhost:5000