Skip to content

DeeloaSociety/frappe-ui-flask-template

Repository files navigation

Python + Flask App Builder + Frappe UI Scaffold

Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
This template should help get you started developing with Vue 3 and the Frappe UI in Flask projects. Base skeleton to start your application using Flask-AppBuilder and Frappe UI.

How to install

Clone the repository:

git clone --recursive https://github.com/DeeloaSociety/frappe-ui-flask-template.git
cd frappe-ui-flask-template
yarn install

Build Frontend static file:

cd frontend
yarn build

Prepare for Backend:

cd backend
pip install -r requirements.txt

Create backend (admin) account & serve:

flask fab create-admin
flask run

Resources

License

MIT

About

Base skeleton to start your application using Flask-AppBuilder and Frappe UI

Topics

Resources

License

Stars

Watchers

Forks