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 |
Tags
- java
- 자바패턴
- JetBrains
- Vue 배우기
- Spring Batch 강의
- python 기초
- docker
- 민생회복지원금
- AES256
- GPT
- 디버깅
- scrapy
- 미국 배당주
- Ai
- gradle
- 개발툴팁
- MYSQL
- Vue 강의
- intellij완전정복
- docker mysql
- 지원금신청방법
- spring boot 시작
- Python 기본편
- intelliJ plugin
- Vue 알아보기
- 주식용어
- IntelliJ
- 개발생산성
- Spring
- python
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