Generate a Flask APP and Go LIVE - Material Kit Design
This video explains how to use tools to generate full-stack apps in no time on top of Flask and Material Design. Generated code is saved on GitHub (MIT License).
Hello! This video explains how to generate and deploy a simple starter powered by Flask on top of Material Kit, a pixel-perfect design from Creative-Tim. The source code generated during the demonstration can be found on GitHub (MIT license). Thank you!
🚀 App Generator - the free tool used to build the project
The video material includes the steps to Go LIVE on Render using an open-source deployer written in Python. Here is the command that pushes the product into production:
$ python deployer.py flask https://github.com/app-generator/flask-deploy-on-render-mkit
In the above CMD, the deployer script is called with flask
sub-command using the generated REPO as input.
The source code generated during the demonstration