Giter Site home page Giter Site logo

개발환경 설정

본 프로젝트는 Gulp로 구성 되어 있으며 다음 환경에서 정상적인 개발이 가능합니다.

- node.js : 8.11.4 이상 (LTS 버전)
- gulp-cli : 2.0.1
- gulp : 4.0.2

node.js 설치

node.js의 버전은 LTS로 다운로드 합니다. [다운로드]

이미 설치 된 경우 본 과정을 생략 할 수 있습니다.

cmd, powershell, Terminal 을 실행 후 다음 설명에 따라 설치를 진행 합니다.

gulp-cli 설치

전역에 gulp-cli 를 설치 합니다.

npm install -g gulp-cli

버전 확인

설치 한 node.js, gulp-cli 버전을 확인 합니다.

node -v

/* Result */
v8.11.4
gulp -v

/* Result */
CLI version 2.0.1
Local version 4.0.2

결과가 위 버전보다 낮을 경우 상위 버전으로 재설치가 필요 합니다.

패키지 설치

package.json 파일에 정의된 필수 모듈을 설치 합니다.

npm install -d

웹서버 실행하기

gulp 

웹서버 실행 후 터미널에서 다음 메시시가 확인 되면 모든 준비가 완료 된 상태입니다.

---------------------------------------
      Local: http://localhost:3000
   External: http://121.131.27.204:3000
---------------------------------------
         UI: http://localhost:3001
UI External: http://localhost:3001
---------------------------------------
[Browsersync] Serving files from: ./dist

브라우저에서 http://localhost:3000 으로 접속후 개발을 시작하세요.

port 번호는 개발 환경에 따라 달라질 수 있습니다.

HJ's Projects

best icon best

Config files for my GitHub profile.

bootstrap-bbs icon bootstrap-bbs

부트스트랩 뷰를 이용해서 게시판을 만듭니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.