Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- spring boot 시작
- Python 기본편
- Vue 강의
- AES256
- gradle
- 티스토리 광고 수익
- intelliJ plugin
- Vue 배우기
- Vue 알아보기
- docker mysql
- Spring Batch
- spring Annotation
- MYSQL
- 도커
- python
- 미국 배당주
- scrapy
- 애드센스 수익
- Spring Batch 강의
- 미국주식
- 구글 애드센스 수익
- 젠킨스
- docker 명령어
- python 기초
- IntelliJ
- apache log4j
- docker
- JDK1.3
- Spring
- Vue
Archives
나만의공간
Node.js 설치하기 본문
Node.js 설치하기
1. Windows용
http://nodejs.org/download에가서 Windows Installer(.msi) 버전으로 다운로드 받아 설치한다.
2. 간단예제
설치 완료후 cmd창으로 이동후 아래 예제를 실행해본다.
파일명 HelloWorld.js
console.log("hello World");
cmd창에서 아래 명령어 실행
c:\node.js HelloWorld.js hello World
'JavaScript > NodeJs' 카테고리의 다른 글
[Node.js] 배우는 방법 (0) | 2015.06.09 |
---|
Comments