/flask_Bulma_eshop

eshop template made with Flask and Bulma

Primary LanguageHTML

Flask/Bulma eShop

This is a basic web application made with Flask.

Instructions

  1. Install the dependencies.
cd flask_Bulma_eshop
make install
  1. Activate the virtual environment.
source venv/bin/activate
  1. Run the app.
make run