/sbadmin2-flask-template

SB Admin 2 + Flask template

Primary LanguageCSSMIT LicenseMIT

SB Admin 2 + Flask template

Template project for Flask and SB Admin 2.

Requirements

  • Python
  • virtualenv
  • pip

Installation

  1. Clone this repository to your local computer:
git clone git@github.com:rodmsmendes/sbadmin2-flask-template.git
  1. Rename the directory to your project's name:
mv sbadmin2-flask-template <your-project-name>
  1. Change to you project directory:
cd <your-project-name>
  1. Create a new virtual environment:
virtualenv venv
  1. Install Flask and necessary packages:
pip install -r requirements.txt