Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 550 Bytes

File metadata and controls

42 lines (29 loc) · 550 Bytes

DeepDemo

A simple demo template powered by Vue and Flask.

Basic functions

  • Vue
  • Flask
    • CORS
    • sample RESTful api
  • TailwindCSS
  • Fontawesome
  • Lodash

Quick start

  1. Install dependencies
# Install python packages
pip install -r requirements.txt

# Install node packages
cd client
yarn install
  1. Launch api server first
python core.py serve_api --port 9000
  1. Launch ui server in another command line
python core.py serve_ui
  1. Visit the url of the ui server