https://github.com/watchakorn-18k/template-flask-components
Template Flask Concept Components: 🔨Build your web apps faster with pre-built components. 🤩🤩
https://github.com/watchakorn-18k/template-flask-components
components example-project flask hacktoberfest2022 oops-in-python python showcase showcase-website templates-html web
Last synced: 8 days ago
JSON representation
Template Flask Concept Components: 🔨Build your web apps faster with pre-built components. 🤩🤩
- Host: GitHub
- URL: https://github.com/watchakorn-18k/template-flask-components
- Owner: watchakorn-18k
- License: mit
- Created: 2022-10-26T13:32:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T14:38:18.000Z (over 3 years ago)
- Last Synced: 2025-02-28T11:55:24.565Z (over 1 year ago)
- Topics: components, example-project, flask, hacktoberfest2022, oops-in-python, python, showcase, showcase-website, templates-html, web
- Language: Python
- Homepage: https://watchakorn-18k.github.io/Template-Flask-Components/
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Template-Flask-Components
Template Flask Concept Components
# Virtualenv
```cmd
pip install virtualenv
virtualenv flask
```
# Use Virtualenv
```
# On windows
flask/Scripts/activate.bat
# On Linux
source flask/bin/activate
```
# Install Flask and Black
```
pip install requirements.txt
```
# Run
```
python app.py
```
# Other
[Config file app.py](docs/config.md)