LandRegistry / govuk-frontend-jinja-demo

Demo Flask app using GOV.UK Frontend Jinja macros

Home Page:https://govuk-frontend-jinja.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOV.UK Frontend Jinja Demo

Demo Flask app using GOV.UK Frontend Jinja macros.

IMPORTANT: This app is deprecated. It is only meant to demonstate all of the govuk-frontend-jinja component macros. It is not meant to be used as the basis for a full Flask app. If you are looking to build a fully featured Flask app that integrates with GOV.UK Frontend Jinja and GOV.UK Frontend WTForms please use the GOV.UK Frontend Flask template to generate your app instead.

Getting started

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt ; pip3 install -r requirements_dev.txt
./build.sh
flask run

About

Demo Flask app using GOV.UK Frontend Jinja macros

https://govuk-frontend-jinja.herokuapp.com/

License:MIT License


Languages

Language:HTML 85.6%Language:Python 9.7%Language:Shell 4.4%Language:Procfile 0.3%