/typescript-challenge

Primary LanguageTypeScriptApache License 2.0Apache-2.0

typescript-challenge

開發環境

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

安裝流程

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