#Flask App Skeleton
This is a skeleton of python flask app.
You can clone this repository and start to develop web app quickly.
-
Clone this repository
git clone https://github.com/imidya/flask_app.git
-
Change directory
cd flask_app
-
Install Flask via pip
pip install -r pip-requires.txt
-
Run app
python run.py
-
Open browser and go to
http://127.0.0.1:5000
-
It's work!