본문 바로가기
개발/기타

미티어 웹 프로젝트 기본 작업

by 윤호 2019. 12. 3.

미티어 웹 프로젝트는 node.js 기반으로한 웹 개발 입니다.

학교 동아리에서 배운 내용을 기록하려고 합니다.

 

window 10에서의 환경입니다.

 

먼저 chocolatey라는 걸 설치해야 합니다.

 

Power shell을 검색해서 "관리자 권한"으로 실행 해줍니다.

Power shell에 Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

을 복사하여 입력해 줍시다.

 

chocolatey가 설치 됐으면 이를 이용해 meteor를 설치해 줍시다.

Power shell에서 choco install meteor을 입력하면 설치됩니다.

 

 

codeasy-master.zip
3.00MB

위 파일을 다운받아 압축을 풀어줍시다.

 

툴은 visual studio code 사용하려합니다.

 

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

위 주소로 들어가 다운받아줍시다.

설치를 하고 실행 후 압축을 풀어줬던 폴더를 Visual Studio Code로 열어줍니다.

그러면 위와 같은 화면이 나옵니다.

Terminal -> New Terminal 터미널을 켜줍니다.

터미널에 meteor npm install을 입력합니다.

이 작업은 폴더를 열고 최초 한번만 하면 됩니다.

위 작업이 정상적으로 실행되면 node_modules 디렉토리가 생긴것이 보입니다.

 

기초 작업 끝

 

터미널에 meteor를 입력하면 프로젝트가 실행되고

브라우저에 localhost:3000을 을 입력하면 화면을 볼수있습니다.

 

정상적으로 실행된 모습

 

 

https://github.com/codeasy-org/SMU-WEB

댓글