https://github.com/lukabratos/flask-bootstrap-skeleton
Flask with integrated Bootstrap v4.5.0
https://github.com/lukabratos/flask-bootstrap-skeleton
Last synced: about 2 months ago
JSON representation
Flask with integrated Bootstrap v4.5.0
- Host: GitHub
- URL: https://github.com/lukabratos/flask-bootstrap-skeleton
- Owner: lukabratos
- Created: 2020-07-07T20:34:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T14:27:04.000Z (9 months ago)
- Last Synced: 2025-08-04T04:02:24.217Z (2 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask with Bootstrap v4.5.0
Skeleton project (template) in Flask with integrated Bootstrap v4.5.0.
## Usage
- Activate virtual environment by executing: `. venv/bin/activate` in the project's folder.
- Install dependencies by running: `pip install -r requirements.txt`.
- Start the development server: `flask run`.