node.js

webstorm 설치과정 ( 윈도우 )

IT공부블로그 2019. 4. 3. 10:22
728x90
반응형

1. 쭉 next 클릭

 

 

2. 

next 누르다 위 사진과 같이 설정

 

 

3. next

 

 

alt + enter : 이클립스의 ctrl + 1 같은거

 

 

shift + F6 : 파일 이름바꾸기

 

ctrl + shift + F10 : 실행

 

ctrl + F5 : 재실행

 

 

File -> Settings 클릭

 

spelling 검색

 

Editor 아래 Inspections 클릭  

 

Spelling 옆에 체크해제

 

 

File -> Settings 클릭

 

Languages & Frameworks -> Node.js and NPM 클릭 

 

Coding assistance for Node.js 체크

 

 

상단 VCS -> import into version control -> share project on github  -> 로그인후  repository 이름 등 설정하면 올라가짐

 

VCS -> Checkout from version control -> GIT을 누르면  repository를 가져올수있음

 

 

 

하단에 terminal을 눌러 콘솔창 이용가능

 

npm install 설치할패키지명 쓰면 설치가능

 

 

serve-static : 스프링의 디폴트서블릿 같이 정적인 파일들 처리해줌

728x90
반응형