Skip to content

swJava2018/lec_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

소스코드 다운

깃이 설치되어 있다면, 아래 명령어로 깃을 통해 코드를 로컬에 복사

$ git clone https://github.com/swJava2018/lec_nodejs.git

깃이 설치되어 있지 않다면, "Desktop Down"을 클릭하여 코드를 로컬에 다운
code 버튼 > download zip

nodejs 설치

brew install node

vsCode 설치

아래 주소에서 vsCode를 다운받는다. https://code.visualstudio.com/download

서버 실행

$ node index.js

서버 테스트

  1. Browser 열기
  2. http://127.0.0.1:3000/index.html
  3. http://127.0.0.1:3000/calculate/5/pow
  4. http://127.0.0.1:3000/calculate/5/factorial
  5. http://127.0.0.1:3000/lastTransaction/BTC

서버 종료

Ctrl + C 를 눌러서 종료

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors