- npm install or yarn
- package.json -> debug
"ts-node-dev --respawn --prefer-ts-exts lib/"
- ts-node-dev(ts 파일을 미리 컴파일하지 않고 바로 실행 시키는 엔진)
- package.json -> build
tsc --build --force
- tsc --build(*.ts -> *.js)
- tcp 클라이언트
- auto reconnecting
- /.env file(host, port) 수정
- default host: localhost
- default port: 8080