Skip to content

scriptstar/flask-HTMx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a Full Stack Flask HTMx Application

1. Git clone the project

git clone https://github.com/scriptstar/flask-HTMx.git

2. Change the directory

cd flask-HTMx

3. Creating a Virtual Environment

python3 -m venv env

4. Activate the virtual environment

MacOS

source env/bin/activate

Windows

.\env\Scripts\activate

5. Installing Dependencies:

pip3 install flask flask-sqlalchemy gunicorn

6. Run the project

python3 run.py

About

Building a Full Stack Flask HTMx Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published