Mi Lugarcito
React & Node.js - 고객관리시스템 개발하기1 + git 관리하기 본문
1. node.js 설치하기
cd /Users/eunsilpark/React/ReactProjectTutorial/
ReactProjectTutorial eunsilpark$ npm install -g create-react-app
create-react-app management
sudo npm install --global yarn //yarn 설치하기
yarn -v //yarn 버전확인
npm -v//npm 버전확인
node -v//node 버전확인
cd management
yarn start
이렇게 하면 생성되는 기본구조 확인하기
git config --global user.name "dmstlf292"
git config --global user.email "silviapark292@gmail.com"
git remote add origin https://github.com/dmstlf292/React-Management-Tutorial.git
git push --set-upstream origin master
'React & Next.js' 카테고리의 다른 글
React의 라이프 사이클 이해 및 API 로딩 처리 구현하기 [React와 Node.js를 활용한 고객 관리 시스템 개발 강의] (0) | 2021.03.12 |
---|---|
React & Node.js - Node.js Express에서 REST API 구축하기 [React와 Node.js를 활용한 고객 관리 시스템 개발 강의] + react scripts 버전 확인하는 방법 (0) | 2021.03.11 |
React & Node.js - Node.js Express 서버 개발환경 구축하기 (0) | 2021.03.11 |
React & Node.js - 고객관리시스템 개발하기, Material UI 디자인 적용하기 (0) | 2021.03.11 |
React & Node.js - 고객관리시스템 개발하기2 (0) | 2021.03.11 |