Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 396 Bytes

typescript-challenge

TypeScript Test

開發環境

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

安裝流程

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