|
||
---|---|---|
.. | ||
app | ||
config | ||
tests | ||
.gitignore | ||
Makefile | ||
Procfile | ||
README.md | ||
run.py | ||
shell.py |
README.md
Flask Boilerpate - updated!
Starter App, powered by Real Python
Quick Start
Clone the repo, then:
$ git remote rm origin
$ git remote add origin <the location of my new git repository>
$ git push -u origin master
Run
$ make server