Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 188 Bytes

File metadata and controls

17 lines (13 loc) · 188 Bytes

typescript-challenge

開發環境

  1. Node:v18.16.0
  2. NPM:v9.5.1

安裝流程

// 安裝 NPM
npm install
// 開發環境
npm run dev
// 執行測試檔
npm run test