Skip to content

Commit

Permalink
fix(be): move images
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Oct 26, 2023
1 parent cc893d5 commit fe78e1b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/docs/backend/2. Node.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ JavaScript의 문법을 공부합니다. 아래 개념들을 검색하고 정리
https://www.postman.com

<p align="center">
<img src="../images/backend/be_week3.png" width="480">
<img src="../images/backend/week3.png" width="480">
</p>

## 프로젝트 실습 🎈
Expand All @@ -91,7 +91,7 @@ https://www.postman.com
> 여기에서는 python이 local에 설치되어 있다는 전제하에 진행됩니다. (다들.. 있으시죠?)
<p align="center">
<img src="../images/backend/be_week3_lab.png" width="400">
<img src="../images/backend/week3_lab.png" width="400">
</p>

**조건 및 힌트**
Expand Down
2 changes: 1 addition & 1 deletion content/docs/backend/4. TypeScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TypeScript는 앞서 살펴보았듯이 JavaScript에 정적 타입을 입힌
```
- 위와 같이 `tsconfig.json`을 설정해주시고 빌드하시게 되면 밑 사진과 같이 `dist`폴더가 생성되며 안에 변환된 파일이 위치하게 됩니다. (밑 사진은 참고용으로 폴더 구조를 그대로 따라하지 않으셔도 괜찮습니다.)
<p align="center">
<img src="../images/backend/be_week4_lab.png" width="200">
<img src="../images/backend/week4_lab.png" width="200">
</p>

- 저번 주차에 만들었던 `.js` 파일들을 모두 위 사진처럼 `.ts` 파일로 수정해주세요.
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit fe78e1b

Please sign in to comment.