# flaskdemoTemplates **Repository Path**: anidea/flaskdemo-templates ## Basic Information - **Project Name**: flaskdemoTemplates - **Description**: Flask 模板案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-25 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # intro flask 模板案例 # install ```bash pip install pipenv pipenv install ``` # usage ```bash pipenv shell # 进入虚拟环境 flask run # 浏览 http://127.0.0.1:5000/ # Ctrl + C 退出flask exit # 退出虚拟环境 ```