Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Phate334/moo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client

> cd client
> npm install
> npm run build

/client/build/ 內容移動到 /app/static/ ,格式如下。

app/
    static/
        css/
        js/
        ...
        index.html
        robots.txt
        ...

Server

  • 安裝 Python 3.8
  • 安裝 pipenv
    • pip install pipenv
  • 安裝專案相依
    • pipenv install --dev
  • pipenv shell
  • python moo.py