An open API service indexing awesome lists of open source software.

https://github.com/wangdahoo/flask-element-starter

A python project starter equipped with flask and element-ui.
https://github.com/wangdahoo/flask-element-starter

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](http://127.0.0.1:5000) for website.

#### Run up for production

```
$ make prd
```