Skip to content

btWin9527/day_record

Repository files navigation

day_record

Record something that encountered in development.

run ts file

  1. install typeScript
# this package must install in development environment
npm i typescript -D
  1. install ts-node
# if you install this package in global environment, maybe throw the error `Cannot find module ‘ts-node/register’`
npm i ts-node -D
  1. run code in webStorm