flask-element-starter icon indicating copy to clipboard operation
flask-element-starter copied to clipboard

A python project starter equipped with flask and element-ui.

Flask Element Starter

Quick Start

Install dependencies

$ python3 -m venv .virtualenv
$ ./ve pip install -r requirements.txt
$ ./ne yarn install

Run up for development

  • front end
$ make fe
  • python
$ make web

visit http://127.0.0.1:5000 for website.

Run up for production

$ make prd