https://github.com/remarkablemark/flask-template
A quickstart Flask template.
https://github.com/remarkablemark/flask-template
flask template
Last synced: 2 months ago
JSON representation
A quickstart Flask template.
- Host: GitHub
- URL: https://github.com/remarkablemark/flask-template
- Owner: remarkablemark
- License: mit
- Created: 2016-08-06T21:31:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T21:36:22.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T08:45:38.946Z (4 months ago)
- Topics: flask, template
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-template
A quickstart [Flask](http://flask.pocoo.org) template.
### Install
```sh
$ git clone https://github.com/remarkablemark/flask-template.git
$ cd flask-template
$ pip install -r requirements.txt # you may need `sudo`
```### Run
```sh
$ FLASK_APP=app.py flask run
```### License
[MIT](https://github.com/remarkablemark/flask-template/blob/master/LICENSE)