Stisla is Free Bootstrap Admin Template and will help you to speed up your project, design your own dashboard UI and the users will love it.
- Homepage: getstisla.com
- Repository: github.com/stisla/stisla
- Documentation: getstisla.com/docs
- clone the repo :
$ git clone https://github.com/antheiz/stisla-flask
- Create a Virtual Environment :
$ python -m venv Env
- Activate a Virtual Environment :
$ Env\scripts\activate (for windows)
$ source Env/bin/activate (for linux)
- Install Flask :
$ pip install -r requirements.txt
-
Open folder
stisla-flask
-
Run the Server
$ python run.py
- Open
127.0.0.1:5000
in your Browser
Stisla is under the MIT License.