깃허브의 로컬서버로 설치 가능한 프로젝트를 실행해보자

 

Offline Installation:

 

To use it offline, you can either download installers or clone this repo and run it on a local server.Installing

  1. Fork this repository on github and make a clone from your forked copy
  2. Go to the folder you wish the create the directory and type $ git clone 'your_local_fork_on_github' in your terminal.

Setup local environment

  1. Install node and npm
  2. Open the terminal and run $ npm install -g live-server to install node live server.
  3. Run $ live-server in /imglab/ folder.
  4. Open your browser (if it hasn't popped up already) at: http://127.0.0.1:8080/

 

 

 

 

1 Fork this repository on github and make a clone from your forked copy

 

 

 

2 내 아이디에 복제본이 생김

 

 

 

jo-coder.tistory.com/9?category=413574

 

git설치

 

jo-coder.tistory.com

3. 깃 설치

 

 

 

 

 

 

 

주소를 복사

 

 

 

 

 

 

 

원하는 폴더에 Git Bach Here

 

 

 

 

 

 

 $ git clone '복사한 주소 '

 

 

kdydesign.github.io/2017/07/15/nodejs-npm-tutorial/

 

빠르게 배우는 Node.js와 NPM 설치부터 개념잡기

node.js와 npm 기초 완벽 가이드!! node.js와 npm을 설치해보고 개념도 잡아보자. 그리고 더 나아가 IntelliJ에서 npm을 어떻게 사용하는지 알아보자. node.js와 npm은 웹 개발에 종사하고 있는 개발자라면 웬

kdydesign.github.io

node, npm 에대한 설명과 설치방법

 

 

 

마지막 - 폴더의 Git Bash 에서 $ npm install -g live-server하여 노드 라이브 서버를 설치,

            $ live-server 실행

 

 

 

 

 

실행완료

'환경설정' 카테고리의 다른 글

eclipse 초기 세팅 (줄맞춤, 스펠링체크)  (0) 2020.12.09
Source tree  (0) 2020.07.18
git설치  (0) 2020.07.17
mariaDB 설치  (0) 2020.07.16
tomcat 설치  (0) 2020.07.16

1. 줄 맞춤 단축키는  ctrl + Shift + F

   그런데 조금만 길면 코드가 더 가독성없이 망가진다. 

    Preperence의 java/ formatter과 javascript/formatter의 edit 

보통 120정도면 좋았다.   Comments의 3번째 항목인 Enable line comment formatting도 체크해제

 

Html같은 경우는 preference의 HTML Files에서 Editor의 Line width 항목을 120으로 맞춰주자 

xml도 XML Files Editor Line width 120 으로 

 

 

 

 


 

 

 

 

 

2. 스펠링 체크 꺼주기

'환경설정' 카테고리의 다른 글

github Offline Installation  (0) 2021.01.20
Source tree  (0) 2020.07.18
git설치  (0) 2020.07.17
mariaDB 설치  (0) 2020.07.16
tomcat 설치  (0) 2020.07.16

새폴더에

우클릭 Git Bash Here 

git init하면 생성

 

위에 사진에 add버튼으로 생성한 파일에 작업경로설정 그 후 추가

'환경설정' 카테고리의 다른 글

github Offline Installation  (0) 2021.01.20
eclipse 초기 세팅 (줄맞춤, 스펠링체크)  (0) 2020.12.09
git설치  (0) 2020.07.17
mariaDB 설치  (0) 2020.07.16
tomcat 설치  (0) 2020.07.16

'환경설정' 카테고리의 다른 글

eclipse 초기 세팅 (줄맞춤, 스펠링체크)  (0) 2020.12.09
Source tree  (0) 2020.07.18
mariaDB 설치  (0) 2020.07.16
tomcat 설치  (0) 2020.07.16
JDK 설치  (0) 2020.07.15

password와 Confirm은 임의로 yadoc으로 지정하였다.

TCP port번호는 강사님과 맞추었는데 Buffer pool size는 자기 컴퓨터에 맞춰서 나오는데로 설정하였다. 

 

 

'환경설정' 카테고리의 다른 글

eclipse 초기 세팅 (줄맞춤, 스펠링체크)  (0) 2020.12.09
Source tree  (0) 2020.07.18
git설치  (0) 2020.07.17
tomcat 설치  (0) 2020.07.16
JDK 설치  (0) 2020.07.15

devtools라는 폴더를 하나 만들어 넣어주었다.

 

 

 

cmd창에 경로를 넣고 startup

 

 

localhost:8080

 

 

 

 

 

문제 상황

localhost8080을 했는데 고양이가 안 나오고 oracle이 나오더라...

재부팅도 해보고 서비스에서 oracle동작도 전부 정지했는데 안 뜨길래...

 

 

삭제하고 다시 하니 잘됨 ㅋ ㅋ   ㅋ    ㅋ    

...?

'환경설정' 카테고리의 다른 글

eclipse 초기 세팅 (줄맞춤, 스펠링체크)  (0) 2020.12.09
Source tree  (0) 2020.07.18
git설치  (0) 2020.07.17
mariaDB 설치  (0) 2020.07.16
JDK 설치  (0) 2020.07.15

자바 개발 키트(Java Development Kit) 설치하기

 

cmd창의 java -version과 javac -version 이 같아야 한다. 여기서 version이 같지 않게 나왔었는데

(나 같은 경우는 다른 버전의 jdk도 설치를 한 적이 있어서 그런 것 같다.)

그럴 때는 밑의 사진의 환경변수 편집에서 JAVA_HOME%\bin을 맨 위로 올려주니 되었다.

 

 

'환경설정' 카테고리의 다른 글

eclipse 초기 세팅 (줄맞춤, 스펠링체크)  (0) 2020.12.09
Source tree  (0) 2020.07.18
git설치  (0) 2020.07.17
mariaDB 설치  (0) 2020.07.16
tomcat 설치  (0) 2020.07.16

+ Recent posts