啟動將使用到 yarn 與 serve。
yarnyarn run devyarn run export產出後的檔案將在該專案目錄的 /out 資料夾中。
cd ./out
serve -p 3000正常狀態下將顯示該畫面:
┌────────────────────────────────────────────────────┐
│ │
│ Serving! │
│ │
│ - Local: http://localhost:3000 │
│ - On Your Network: http://xxx.xxx.xxx.xxx:3000 │
│ │
│ Copied local address to clipboard! │
│ │
└────────────────────────────────────────────────────┘請使用畫面中的網址瀏覽網頁。
主要語言為 typescript,使用 next.js 進行所有功能的開發。