toppy-luna / TodoList-JS

0 stars 0 forks source link

TodoList-JS

Dependency

$ node --version
v12.13.0
$ npm --version
6.11.3
$ npx tsc --version
Version 3.6.4
$ npx ts-node --version
v8.4.1

How to use

cd <repository root>
npm ci
npx tsnode src/index.ts

How to test

cd <repository root>
npm install
./node_modules/.bin/mocha --require espower-typescript/guess "test/**/*.ts"