Bootstrap 5 Material Kit – Free Starters

Hello Coders!

This article presents two open-source starters powered by Bootstrap 5 (frontend layer) and Python for the backend logic. Both starters are free and the permissive license allows the usage for unlimited hobby & commercial end-products…


This content originally appeared on DEV Community and was authored by Sm0ke

Hello Coders!

This article presents two open-source starters powered by Bootstrap 5 (frontend layer) and Python for the backend logic. Both starters are free and the permissive license allows the usage for unlimited hobby & commercial end-products. The apps might be used to bootstrap fast a new presentation website or simply for eLearning activities by beginners.

Thanks for reading! Here are the links for fast runners

✨ App Features

Both projects share a common set of basic features like authentication, database, a modular codebase and Docker support, all this bundled on top of a nice & free Material Kit Bootstrap 5 design

  • 👉 Up-to-date dependencies
  • 👉 Simple Gulp tooling for SCSS compilation
  • 👉 DB Tools: SQLite, ORM
  • 👉 Authentication Flow: Login/Register
  • 👉 Docker Support: Gunicorn/Nginx as a reverse proxy

✨ Django Material Kit

Probably the most easier way to start and use the product in a local environment is via the Docker scripts provided out-of-the-box.

Step #1 - Clone the source code

$ git clone https://github.com/app-generator/django-material-kit.git
$ cd django-material-kit

Step #2 - Start in Docker

$ docker-compose up --build 

If all goes well, we should be able at this point to access the app in the browser, register new users and authenticate.

Bootstrap 5 Material Kit - Open-source Django Starter.

✨ Flask Material Kit

For newcomers, 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.

The Docker set up is identical with the previous starter and with a good internet connection, the app should be up & running in less then 1 minute.

Step #1 - Clone the source code

$ git clone https://github.com/app-generator/flask-material-kit.git
$ cd django-material-kit

Step #2 - Start in Docker

$ docker-compose up --build 

Bootstrap 5 Material Kit - Open-source Flask Starter.

Thanks for reading! For more resources, please access:


This content originally appeared on DEV Community and was authored by Sm0ke


Print Share Comment Cite Upload Translate Updates
APA

Sm0ke | Sciencx (2021-12-11T15:38:04+00:00) Bootstrap 5 Material Kit – Free Starters. Retrieved from https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/

MLA
" » Bootstrap 5 Material Kit – Free Starters." Sm0ke | Sciencx - Saturday December 11, 2021, https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/
HARVARD
Sm0ke | Sciencx Saturday December 11, 2021 » Bootstrap 5 Material Kit – Free Starters., viewed ,<https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/>
VANCOUVER
Sm0ke | Sciencx - » Bootstrap 5 Material Kit – Free Starters. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/
CHICAGO
" » Bootstrap 5 Material Kit – Free Starters." Sm0ke | Sciencx - Accessed . https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/
IEEE
" » Bootstrap 5 Material Kit – Free Starters." Sm0ke | Sciencx [Online]. Available: https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/. [Accessed: ]
rf:citation
» Bootstrap 5 Material Kit – Free Starters | Sm0ke | Sciencx | https://www.scien.cx/2021/12/11/bootstrap-5-material-kit-free-starters/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.