Bundler(Webpack-09. Netlify 배포)

min seung moon·2021년 4월 27일
0

Bundler

목록 보기
15/16

1. Netlify 배포

01. .gitignore

.cache
.DS_Store
node_modules
dist
  • git init으로 버전관리 초기화
git init
  • git status으로 기본 목록 확인
git status
  • git add .으로 버전관리 시작
git add .
  • git status로 활성화 확인
git status
  • git commit -m 'Create project'으로 버전 하나 생성
git commit -m 'Create project'
  • git log으로 버전 생성 확인
git log
  • github에 새로운 repository 생성
    • parcel-template-basic
  • git remote add origin 저장소 주소
git remote add origin 저장소 주소
  • git push origin master로 업로드
git push origin master

02. Netlify 접속


profile
아직까지는 코린이!

0개의 댓글

Powered by GraphCDN, the GraphQL CDN