목록초기세팅 (2)
언젠가는 펼쳐 볼 아카이브

# 환경 OS : MacOS - Monterey IDE - VS code Language + env : Typescript + React / Node.js + Express # git repo 생성 git repo 주소 : https://github.com/kcjfgnl9205/elice-ts-board/ git branch main development : back-end front-dev : front-end // git clone git clone https://github.com/kcjfgnl9205/elice-ts-board.git // 프론트 엔드 개발 전용 로컬 저장소 branch 생성 git checkout -b dev-front # front-end & back-end 환경 세팅 // f..

HW : Macbook Air M2 OS : Monterey IDE : VS code 1. node.js 설치 & npx 커맨드 명령어 확인 패키지 다운로드 링크 : https://nodejs.org/ko/download 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 설치 완료 후 node.js 확인 2. 원하는 위치에 npx로 프로젝트 생성하기 // 프로젝트 생성 명령어 : npx create-react-app [원하는 프로젝트 명] npx create-react-app react-for-movie 3. VSCode 로 프로젝트 생성확인 & package.json 확인 및 ..