시맨틱 유아이 홈페이지
들어가서
클릭
압축 풀어주고
semantic폴더에다가(이렇게 myNodeServer 폴더를 따로만들라는뜻은 아님)
각자의 workspace에 이런느낌!
이거 넣어주기
그리고
moduleServer.js에다가
app.use('/public',static(path.join(__dirname,'public')));
//public 폴더를 /public이라는 주소창의 경로로 무조건 받겠다
//이런 뜻이랭..
app.use('/semantic', static(path.join(__dirname,'semantic')));
app.use('/images', static(path.join(__dirname, 'images')));
넣어준다~
moduleServer.js는 / 에있음