/class101-quiz

차량이 도로를 달리게하는 코드입니다

Primary LanguageTypeScript

class101-quiz

차량이 도로를 달리게하는 코드입니다

Quick Start

install dependency

npm install

start program

npm start

excute test code(osX)

npm run test

excute test code(window)

mocha -r ts-node/register ./*/*.test.ts