crazywook / class101-quiz

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 96.8%Language:JavaScript 3.2%