basic/Node.js
path
ekgoddldi
2021. 7. 11. 18:35
nodeJS내장모듈
const express = require('path');
path.join(__dirname, '/index.html')
__dirname 현재위치