A minimal Flask application with Bootstrap and Sass
This repository is a starting point for building a web application using Python Flask and Bootstrap. Instead of importing Bootstrap from a CDN, Bootstrap is installed with npm and customized using Sass. The repository includes a minimal Flask application that displays basic text. The application module is located at application/app.py and uses static and templates folders to render content. Flask-Assets library is used to load Sass files and generate a CSS file. The CSS file is then used in Jinja templates.
npm install
npm run build
python application/app.py
This repository provides a starting point for building a web application using Flask and Bootstrap. It offers the ability to install and customize Bootstrap using Sass. The repository includes a minimal Flask application with basic text display and utilizes Flask-Assets library to load and generate CSS file.