깃허브의 로컬서버로 설치 가능한 프로젝트를 실행해보자
Offline Installation:
To use it offline, you can either download installers or clone this repo and run it on a local server.
Installing- Fork this repository on github and make a clone from your forked copy
- 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
- Install node and npm
- Open the terminal and run $ npm install -g live-server to install node live server.
- Run $ live-server in /imglab/ folder.
- Open your browser (if it hasn't popped up already) at: http://127.0.0.1:8080/
jo-coder.tistory.com/9?category=413574
3. 깃 설치
kdydesign.github.io/2017/07/15/nodejs-npm-tutorial/
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 |