평행코드

[Node.js] express static folder 지정 본문

오류

[Node.js] express static folder 지정

나의 오류는 누군가 겪었던 오류 2023. 6. 14. 18:46
server.js파일에 아래코드입력

public폴더 생성
css, images, js 폴더생성
안에 알맞에 파일생성

경로설정

<link rel="stylesheet" href="../public/css/style.css" />
<img src="../public/images/logo.png" alt="" />
<script src="../public/js/main.js"></script>

 

참고

https://millo-l.github.io/Nodejs-express-static-folder-%EC%A7%80%EC%A0%95%ED%95%98%EA%B8%B0/

https://expressjs.com/en/starter/static-files.html

'오류' 카테고리의 다른 글

Dao에서 유저가 하나밖에 안나오는 에러  (0) 2023.12.04
Syntax error, insert "}" 에러  (0) 2023.12.04
React native map오류  (0) 2023.04.26
Expo 오류  (0) 2023.04.21
React-Native CLI 개발 환경 설정 오류 ㅠㅠ  (0) 2023.04.21