반응형
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog Ninja | <%= title %></title>
<link rel="stylesheet" href="/styles.css" />
</head>
이번에 ㅇ설치한 것은
morgan 이다
// middleware & static files
app.use(express.static("public"));
app.use(morgan("dev"));
public 폴더를 접근 가능하게 만들어줄 수 있었다.
반응형
'Node.js' 카테고리의 다른 글
Node.js Crash Course Tutorial #10 - Get, Post & Delete Requests (0) | 2023.10.03 |
---|---|
Node.js Crash Course Tutorial #9 - MongoDB (0) | 2023.10.02 |
Node.js Crash Course Tutorial #7 - View Engines (0) | 2023.09.30 |
[NetNinja: Nodejs 강의] 6강 Express (0) | 2023.09.29 |
[NetNinja: Nodejs 강의] 5강 NPM (0) | 2023.09.28 |