Skip to content

BrandonFeldhaus/Flask-PWA

Repository files navigation

PWA

pip install -r requirements.txt

PyCharm

It should automatically detect that it is a flask template and add app.py to your run configurations.

  • Should be able to run like a normal python project
  • Edit your configurations to turn on/off debug mode or change port number by
    adding the port command below to 'additional options'

Python in Terminal

flask run
  • You can change the port by adding to the end of flask run command:
--port:PORTNUMBER

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published