Skip to content

Installation

You can easily install Fronty using pip. Just run the following command in your terminal.

pip install fronty

You can also install a backend framework to use with Fronty. For example, if you want to use Fronty with Flask, you can checkout flask documentation https://flask.palletsprojects.com/en/2.1.x/installation/

If you want to use Fronty with Django, you can checkout django documentation https://docs.djangoproject.com/en/4.2/topics/install/

If you want to use Fronty with FastAPI, you can checkout fastapi documentation https://fastapi.tiangolo.com/tutorial/first-steps/


Start learning Fronty by reading the documentation.

Want to contribute? Check out the Github project.