Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 26, 2021 03:03 pm GMT

Soft UI Dashboard - Free Jinja Template

Hello Coders,

This article presents an open-source Jinja Template crafted on top of a modern Bootstrap 5 design: Soft UI Dashboard. The project might help beginners to code simple presentation websites on top of the existing codebase OR migrate the production-ready UI to a legacy Python-based project compatible with Jinja Template Engine: Flask, Django, Bottle of FastAPI. Thanks for reading!

Soft UI Dashboard - Jinja Template.

The design is the latest and most innovative crafted by the Creative-Tim agency. Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Dashboard is ready to help you create stunning websites and webapps.

Fully Coded Elements - Soft UI Dashboard is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes.

Example Pages - If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.

Soft UI Dashboard - Billing Page.

Soft UI Dashboard - UI Tables

Soft UI Dashboard - UI Tables.

Soft UI Dashboard - User Profile Page

Soft UI Dashboard - User Profile Page.

To compile the project locally, Python3 and GIT should be installed and accessible via the terminal. Once we have this minimum tool-chain, we need to follow a simple setup as presented in the README file, saved on Github.

Step #1 - Clone the sources

$ # Clone the sources$ git clone https://github.com/app-generator/jinja-soft-ui-dashboard.git$ cd jinja-soft-ui-dashboard

Step #2 - Install Dependencies

$ virtualenv env$ source env/bin/activate$$ # Install requirements$ pip3 install -r requirements.txt

Step #3 - Start the App

$ # Set the FLASK_APP environment variable$ export FLASK_ENV=development$ $ flask run

If all goes well, we should see the Soft UI Dashboard running in the browser.

Soft UI Dashboard - Login Page.

Thanks for reading! For more resources, please access:


Original Link: https://dev.to/sm0ke/soft-ui-dashboard-free-jinja-template-3b7k

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To