Nodejs

NODEJS 익스프레스 라우팅 express routing

Posted on:

먼저 다음과 같이 public디렉토리 ,profile.html,./public/index.html파일을 만듭니다.profile.html파일과 index.html파일의 내용은 아래에 있습니다.컬러 강조된 부분은 새로 추가된 코드 입니다.First, create the public directory, profile.html, and ./public/index.html files as follows.The contents of […]

Nodejs

NPM moment module

Posted on:

nodejs를 설치 하고 npm명령어를 통하여 패키지를 설치 하면 사용 할 수 있습니다.기본 적인 패키지 설치 명령어는 아래와 같습니다.You can use it by installing nodejs and installing the package […]