issues
search
hi-jason-jung
/
shopping-mall
0
stars
1
forks
source link
[Backend] Classify file structure and install pkg - typescript, nodemon...
#13
Closed
hi-jason-jung
closed
3 years ago
hi-jason-jung
commented
3 years ago
File structure
파일 구조 변경. Client, Server, DB로 분류
Install pkg related to typescript
Typescript 사용을 위해 typescript와 ts-node(ts를 node에서 실행하게 해줌) 패키지 설치.
app.ts 적용.
nodemon pkg 적용
node application이 수정한 후, 저장할 때, 수정 버전이 재실행되게 해주는 툴. 효율적인 개발을 위해 필요.
$ npm install -g nodemon
: 과 같이 전역으로 설치해줘야 nodemon 명령어 사용가능.
$ npm install -g nodemon
: 과 같이 전역으로 설치해줘야 nodemon 명령어 사용가능.