Skip to content

henry61024/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.1%
  • JavaScript 14.7%
  • HTML 13.3%
  • Python 8.7%
  • CSS 7.2%